Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
KeyVersion.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetKeyVersionResponse> |
KmsManagementAsync.getKeyVersion(GetKeyVersionRequest request,
AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler)
Gets information about the specified key version.
|
Future<GetKeyVersionResponse> |
KmsManagementAsyncClient.getKeyVersion(GetKeyVersionRequest request,
AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler) |