Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> |
BdsWaiters.forSoftwareUpdate(GetSoftwareUpdateRequest request,
SoftwareUpdate.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> |
BdsWaiters.forSoftwareUpdate(GetSoftwareUpdateRequest request,
SoftwareUpdate.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> |
BdsWaiters.forSoftwareUpdate(GetSoftwareUpdateRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SoftwareUpdate.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetSoftwareUpdateResponse |
Bds.getSoftwareUpdate(GetSoftwareUpdateRequest request) |
Get the details of the software update of the given SoftwareUpdateId
|
Future<GetSoftwareUpdateResponse> |
BdsAsync.getSoftwareUpdate(GetSoftwareUpdateRequest request,
AsyncHandler<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> handler) |
Get the details of the software update of the given SoftwareUpdateId
|
Future<GetSoftwareUpdateResponse> |
BdsAsyncClient.getSoftwareUpdate(GetSoftwareUpdateRequest request,
AsyncHandler<GetSoftwareUpdateRequest,GetSoftwareUpdateResponse> handler) |
|
GetSoftwareUpdateResponse |
BdsClient.getSoftwareUpdate(GetSoftwareUpdateRequest request) |
|