Waiter<GetOutboundConnectorRequest,GetOutboundConnectorResponse> |
FileStorageWaiters.forOutboundConnector(GetOutboundConnectorRequest request,
OutboundConnector.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetOutboundConnectorRequest,GetOutboundConnectorResponse> |
FileStorageWaiters.forOutboundConnector(GetOutboundConnectorRequest request,
OutboundConnector.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetOutboundConnectorRequest,GetOutboundConnectorResponse> |
FileStorageWaiters.forOutboundConnector(GetOutboundConnectorRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
OutboundConnector.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetOutboundConnectorResponse |
FileStorage.getOutboundConnector(GetOutboundConnectorRequest request) |
Gets the specified outbound connector’s information.
|
Future<GetOutboundConnectorResponse> |
FileStorageAsync.getOutboundConnector(GetOutboundConnectorRequest request,
AsyncHandler<GetOutboundConnectorRequest,GetOutboundConnectorResponse> handler) |
Gets the specified outbound connector’s information.
|
Future<GetOutboundConnectorResponse> |
FileStorageAsyncClient.getOutboundConnector(GetOutboundConnectorRequest request,
AsyncHandler<GetOutboundConnectorRequest,GetOutboundConnectorResponse> handler) |
|
GetOutboundConnectorResponse |
FileStorageClient.getOutboundConnector(GetOutboundConnectorRequest request) |
|