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 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)
A unique identifier for the customer master key (CMK).
|
Copyright © 2018. All rights reserved.