| 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.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables rotation of the specified key.
|
void |
AWSKMS.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables rotation of the specified key.
|
Future<Void> |
AWSKMSAsync.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest)
Disables rotation of the specified key.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest)
Disables rotation of the specified key.
|
Future<Void> |
AWSKMSAsync.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest,
AsyncHandler<DisableKeyRotationRequest,Void> asyncHandler)
Disables rotation of the specified key.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest,
AsyncHandler<DisableKeyRotationRequest,Void> asyncHandler)
Disables rotation of the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSKMSAsync.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest,
AsyncHandler<DisableKeyRotationRequest,Void> asyncHandler)
Disables rotation of the specified key.
|
Future<Void> |
AWSKMSAsyncClient.disableKeyRotationAsync(DisableKeyRotationRequest disableKeyRotationRequest,
AsyncHandler<DisableKeyRotationRequest,Void> asyncHandler)
Disables rotation of the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
DisableKeyRotationRequest |
DisableKeyRotationRequest.clone() |
DisableKeyRotationRequest |
DisableKeyRotationRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
Copyright © 2015. All rights reserved.