| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMSClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
Enables rotation of the specified customer master key.
|
void |
AWSKMS.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)
Enables rotation of the specified customer master key.
|
Future<Void> |
AWSKMSAsync.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest)
Enables rotation of the specified customer master key.
|
Future<Void> |
AWSKMSAsyncClient.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest)
Enables rotation of the specified customer master key.
|
Future<Void> |
AWSKMSAsync.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest,
AsyncHandler<EnableKeyRotationRequest,Void> asyncHandler)
Enables rotation of the specified customer master key.
|
Future<Void> |
AWSKMSAsyncClient.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest,
AsyncHandler<EnableKeyRotationRequest,Void> asyncHandler)
Enables rotation of the specified customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSKMSAsync.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest,
AsyncHandler<EnableKeyRotationRequest,Void> asyncHandler)
Enables rotation of the specified customer master key.
|
Future<Void> |
AWSKMSAsyncClient.enableKeyRotationAsync(EnableKeyRotationRequest enableKeyRotationRequest,
AsyncHandler<EnableKeyRotationRequest,Void> asyncHandler)
Enables rotation of the specified customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
EnableKeyRotationRequest |
EnableKeyRotationRequest.withKeyId(String keyId)
Unique identifier of the customer master key for which rotation is to
be enabled.
|
Copyright © 2015. All rights reserved.