Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
Gateway.LifecycleState... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
Gateway.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetGatewayRequest,GetGatewayResponse> |
GatewayWaiters.forGateway(GetGatewayRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Gateway.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetGatewayResponse> |
GatewayAsync.getGateway(GetGatewayRequest request,
AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler)
Gets a gateway by identifier.
|
Future<GetGatewayResponse> |
GatewayAsyncClient.getGateway(GetGatewayRequest request,
AsyncHandler<GetGatewayRequest,GetGatewayResponse> handler) |