| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
GetKeyRotationStatusResult |
AWSKMSClient.getKeyRotationStatus(GetKeyRotationStatusRequest request)
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.
|
GetKeyRotationStatusResult |
AbstractAWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest request) |
GetKeyRotationStatusResult |
AWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
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 |
|---|---|
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.
|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.clone() |
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withKeyId(String keyId)
Identifies the specified symmetric encryption KMS key.
|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withNextRotationDate(Date nextRotationDate)
The next date that KMS will automatically rotate the key material.
|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withOnDemandRotationStartDate(Date onDemandRotationStartDate)
Identifies the date and time that an in progress on-demand rotation was initiated.
|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withRotationPeriodInDays(Integer rotationPeriodInDays)
The number of days between each automatic rotation.
|
Copyright © 2024. All rights reserved.