Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
Future<EnableKeyRotationResult> |
AbstractAWSKMSAsync.enableKeyRotationAsync(EnableKeyRotationRequest request,
AsyncHandler<EnableKeyRotationRequest,EnableKeyRotationResult> asyncHandler) |
Future<EnableKeyRotationResult> |
AWSKMSAsync.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest,
AsyncHandler<EnableKeyRotationRequest,EnableKeyRotationResult> asyncHandler)
Enables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
Future<EnableKeyRotationResult> |
AWSKMSAsyncClient.enableKeyRotationAsync(EnableKeyRotationRequest request,
AsyncHandler<EnableKeyRotationRequest,EnableKeyRotationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
EnableKeyRotationRequest |
EnableKeyRotationRequest.clone() |
EnableKeyRotationRequest |
EnableKeyRotationRequest.withKeyId(String keyId)
Identifies a symmetric encryption KMS key.
|
Copyright © 2023. All rights reserved.