| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
RotateKeyOnDemandResult |
AbstractAWSKMS.rotateKeyOnDemand(RotateKeyOnDemandRequest request) |
RotateKeyOnDemandResult |
AWSKMS.rotateKeyOnDemand(RotateKeyOnDemandRequest rotateKeyOnDemandRequest)
Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.
|
RotateKeyOnDemandResult |
AWSKMSClient.rotateKeyOnDemand(RotateKeyOnDemandRequest request)
Immediately initiates rotation of the key material of the specified symmetric encryption KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<RotateKeyOnDemandResult> |
AWSKMSAsyncClient.rotateKeyOnDemandAsync(RotateKeyOnDemandRequest request,
AsyncHandler<RotateKeyOnDemandRequest,RotateKeyOnDemandResult> asyncHandler) |
Future<RotateKeyOnDemandResult> |
AbstractAWSKMSAsync.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 |
|---|---|
RotateKeyOnDemandResult |
RotateKeyOnDemandResult.clone() |
RotateKeyOnDemandResult |
RotateKeyOnDemandResult.withKeyId(String keyId)
Identifies the symmetric encryption KMS key that you initiated on-demand rotation on.
|
Copyright © 2025. All rights reserved.