| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler) |
Future<GetKeyRotationStatusResult> |
AbstractAWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler) |
Future<GetKeyRotationStatusResult> |
AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Provides detailed information about the rotation status for a KMS key, including whether automatic rotation of the key
material is enabled for the specified KMS key, the rotation
period, and the next scheduled rotation date.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyRotationStatusRequest |
GetKeyRotationStatusRequest.clone() |
GetKeyRotationStatusRequest |
GetKeyRotationStatusRequest.withKeyId(String keyId)
Gets the rotation status for the specified KMS key.
|
Copyright © 2024. All rights reserved.