Waiter<GetByolAllocationRequest,GetByolAllocationResponse> |
ByolAllocationWaiters.forByolAllocation(GetByolAllocationRequest request,
ByolAllocation.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetByolAllocationRequest,GetByolAllocationResponse> |
ByolAllocationWaiters.forByolAllocation(GetByolAllocationRequest request,
ByolAllocation.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetByolAllocationRequest,GetByolAllocationResponse> |
ByolAllocationWaiters.forByolAllocation(GetByolAllocationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ByolAllocation.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetByolAllocationResponse |
ByolAllocation.getByolAllocation(GetByolAllocationRequest request) |
Gets the specified BYOL Allocation’s information.
|
Future<GetByolAllocationResponse> |
ByolAllocationAsync.getByolAllocation(GetByolAllocationRequest request,
AsyncHandler<GetByolAllocationRequest,GetByolAllocationResponse> handler) |
Gets the specified BYOL Allocation’s information.
|
Future<GetByolAllocationResponse> |
ByolAllocationAsyncClient.getByolAllocation(GetByolAllocationRequest request,
AsyncHandler<GetByolAllocationRequest,GetByolAllocationResponse> handler) |
|
GetByolAllocationResponse |
ByolAllocationClient.getByolAllocation(GetByolAllocationRequest request) |
|