| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisableKeyRotationResult> |
AWSKMSAsyncClient.disableKeyRotationAsync(DisableKeyRotationRequest request,
AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler) |
Future<DisableKeyRotationResult> |
AWSKMSAsync.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest,
AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler)
Disables automatic rotation of
the key material for the specified symmetric customer master key (CMK).
|
Future<DisableKeyRotationResult> |
AbstractAWSKMSAsync.disableKeyRotationAsync(DisableKeyRotationRequest request,
AsyncHandler<DisableKeyRotationRequest,DisableKeyRotationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisableKeyRotationRequest |
DisableKeyRotationRequest.clone() |
DisableKeyRotationRequest |
DisableKeyRotationRequest.withKeyId(String keyId)
Identifies a symmetric customer master key (CMK).
|
Copyright © 2020. All rights reserved.