| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RotateKeyOnDemandResult> |
AbstractAWSKMSAsync.rotateKeyOnDemandAsync(RotateKeyOnDemandRequest request,
AsyncHandler<RotateKeyOnDemandRequest,RotateKeyOnDemandResult> asyncHandler) |
Future<RotateKeyOnDemandResult> |
AWSKMSAsyncClient.rotateKeyOnDemandAsync(RotateKeyOnDemandRequest request,
AsyncHandler<RotateKeyOnDemandRequest,RotateKeyOnDemandResult> asyncHandler) |
Future<RotateKeyOnDemandResult> |
AWSKMSAsync.rotateKeyOnDemandAsync(RotateKeyOnDemandRequest rotateKeyOnDemandRequest,
AsyncHandler<RotateKeyOnDemandRequest,RotateKeyOnDemandResult> asyncHandler)
Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
RotateKeyOnDemandRequest |
RotateKeyOnDemandRequest.clone() |
RotateKeyOnDemandRequest |
RotateKeyOnDemandRequest.withKeyId(String keyId)
Identifies a symmetric encryption KMS key.
|
Copyright © 2024. All rights reserved.