Uses of Class
com.oracle.bmc.bastion.requests.GetBastionRequest
-
Packages that use GetBastionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of GetBastionRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return types with arguments of type GetBastionRequest Modifier and Type Method Description Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BastionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.bastion with parameters of type GetBastionRequest Modifier and Type Method Description Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, BastionLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBastionRequest,GetBastionResponse>
BastionWaiters. forBastion(GetBastionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BastionLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetBastionResponse
Bastion. getBastion(GetBastionRequest request)
Retrieves a bastion identified by the bastion ID.Future<GetBastionResponse>
BastionAsync. getBastion(GetBastionRequest request, AsyncHandler<GetBastionRequest,GetBastionResponse> handler)
Retrieves a bastion identified by the bastion ID.Future<GetBastionResponse>
BastionAsyncClient. getBastion(GetBastionRequest request, AsyncHandler<GetBastionRequest,GetBastionResponse> handler)
GetBastionResponse
BastionClient. getBastion(GetBastionRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type GetBastionRequest Modifier and Type Method Description Future<GetBastionResponse>
BastionAsync. getBastion(GetBastionRequest request, AsyncHandler<GetBastionRequest,GetBastionResponse> handler)
Retrieves a bastion identified by the bastion ID.Future<GetBastionResponse>
BastionAsyncClient. getBastion(GetBastionRequest request, AsyncHandler<GetBastionRequest,GetBastionResponse> handler)
-
Uses of GetBastionRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return GetBastionRequest Modifier and Type Method Description GetBastionRequest
GetBastionRequest.Builder. build()
Build the instance of GetBastionRequest as configured by this builderGetBastionRequest
GetBastionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetBastionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type GetBastionRequest Modifier and Type Method Description GetBastionRequest.Builder
GetBastionRequest.Builder. copy(GetBastionRequest o)
Copy method to populate the builder with values from the given instance.
-