Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
ListKeyRotationsResult |
AWSKMSClient.listKeyRotations(ListKeyRotationsRequest request)
Returns information about all completed key material rotations for the specified KMS key.
|
ListKeyRotationsResult |
AWSKMS.listKeyRotations(ListKeyRotationsRequest listKeyRotationsRequest)
Returns information about all completed key material rotations for the specified KMS key.
|
ListKeyRotationsResult |
AbstractAWSKMS.listKeyRotations(ListKeyRotationsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListKeyRotationsResult> |
AWSKMSAsyncClient.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> |
AbstractAWSKMSAsync.listKeyRotationsAsync(ListKeyRotationsRequest request,
AsyncHandler<ListKeyRotationsRequest,ListKeyRotationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListKeyRotationsResult |
ListKeyRotationsResult.clone() |
ListKeyRotationsResult |
ListKeyRotationsResult.withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
ListKeyRotationsResult |
ListKeyRotationsResult.withRotations(Collection<RotationsListEntry> rotations)
A list of completed key material rotations.
|
ListKeyRotationsResult |
ListKeyRotationsResult.withRotations(RotationsListEntry... rotations)
A list of completed key material rotations.
|
ListKeyRotationsResult |
ListKeyRotationsResult.withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
Copyright © 2024. All rights reserved.