Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
SoftwareSourceWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
SoftwareSource.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
SoftwareSourceWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
SoftwareSource.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetSoftwareSourceRequest,GetSoftwareSourceResponse> |
SoftwareSourceWaiters.forSoftwareSource(GetSoftwareSourceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SoftwareSource.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetSoftwareSourceResponse |
SoftwareSource.getSoftwareSource(GetSoftwareSourceRequest request) |
Returns information about the specified software source.
|
Future<GetSoftwareSourceResponse> |
SoftwareSourceAsync.getSoftwareSource(GetSoftwareSourceRequest request,
AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler) |
Returns information about the specified software source.
|
Future<GetSoftwareSourceResponse> |
SoftwareSourceAsyncClient.getSoftwareSource(GetSoftwareSourceRequest request,
AsyncHandler<GetSoftwareSourceRequest,GetSoftwareSourceResponse> handler) |
|
GetSoftwareSourceResponse |
SoftwareSourceClient.getSoftwareSource(GetSoftwareSourceRequest request) |
|