| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeyRotationsResult> |
AbstractAWSKMSAsync.listKeyRotationsAsync(ListKeyRotationsRequest request,
AsyncHandler<ListKeyRotationsRequest,ListKeyRotationsResult> asyncHandler) |
Future<ListKeyRotationsResult> |
AWSKMSAsync.listKeyRotationsAsync(ListKeyRotationsRequest listKeyRotationsRequest,
AsyncHandler<ListKeyRotationsRequest,ListKeyRotationsResult> asyncHandler)
Returns information about all completed key material rotations for the specified KMS key.
|
Future<ListKeyRotationsResult> |
AWSKMSAsyncClient.listKeyRotationsAsync(ListKeyRotationsRequest request,
AsyncHandler<ListKeyRotationsRequest,ListKeyRotationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKeyRotationsRequest |
ListKeyRotationsRequest.clone() |
ListKeyRotationsRequest |
ListKeyRotationsRequest.withKeyId(String keyId)
Gets the key rotations for the specified KMS key.
|
ListKeyRotationsRequest |
ListKeyRotationsRequest.withLimit(Integer limit)
Use this parameter to specify the maximum number of items to return.
|
ListKeyRotationsRequest |
ListKeyRotationsRequest.withMarker(String marker)
Use this parameter in a subsequent request after you receive a response with truncated results.
|
Copyright © 2025. All rights reserved.