Uses of Class
com.oracle.bmc.bastion.responses.GetBastionResponse
-
Packages that use GetBastionResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of GetBastionResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return GetBastionResponse Modifier and Type Method Description GetBastionResponse
Bastion. getBastion(GetBastionRequest request)
Retrieves a bastion identified by the bastion ID.GetBastionResponse
BastionClient. getBastion(GetBastionRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type GetBastionResponse 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.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)
Method parameters in com.oracle.bmc.bastion with type arguments of type GetBastionResponse 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 GetBastionResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return GetBastionResponse Modifier and Type Method Description GetBastionResponse
GetBastionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type GetBastionResponse Modifier and Type Method Description GetBastionResponse.Builder
GetBastionResponse.Builder. copy(GetBastionResponse o)
Copy method to populate the builder with values from the given instance.
-