Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.responses |
Modifier and Type | Method and Description |
---|---|
GetBastionResponse |
BastionClient.getBastion(GetBastionRequest request) |
GetBastionResponse |
Bastion.getBastion(GetBastionRequest request)
Retrieves a bastion identified by the bastion ID.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
BastionLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
BastionLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBastionRequest,GetBastionResponse> |
BastionWaiters.forBastion(GetBastionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BastionLifecycleState... targetStates)
Creates a new
Waiter 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetBastionResponse |
GetBastionResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetBastionResponse.Builder |
GetBastionResponse.Builder.copy(GetBastionResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.