| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyRotationStatusResult |
AWSKMSClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
GetKeyRotationStatusResult |
AWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyRotationStatusResult> |
AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is
enabled for the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyRotationStatusRequest |
GetKeyRotationStatusRequest.clone() |
GetKeyRotationStatusRequest |
GetKeyRotationStatusRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
Copyright © 2015. All rights reserved.