Package | Description |
---|---|
com.amazonaws.services.kms | |
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
GetKeyRotationStatusResult |
AWSKMSClient.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is enabled
for the specified key.
|
GetKeyRotationStatusResult |
AWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest getKeyRotationStatusRequest)
Retrieves a Boolean value that indicates whether key rotation is enabled
for the specified key.
|
GetKeyRotationStatusResult |
AbstractAWSKMS.getKeyRotationStatus(GetKeyRotationStatusRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetKeyRotationStatusResult> |
AWSKMSAsyncClient.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler) |
Future<GetKeyRotationStatusResult> |
AWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest getKeyRotationStatusRequest,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler)
Retrieves a Boolean value that indicates whether key rotation is enabled
for the specified key.
|
Future<GetKeyRotationStatusResult> |
AbstractAWSKMSAsync.getKeyRotationStatusAsync(GetKeyRotationStatusRequest request,
AsyncHandler<GetKeyRotationStatusRequest,GetKeyRotationStatusResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.clone() |
GetKeyRotationStatusResult |
GetKeyRotationStatusResult.withKeyRotationEnabled(Boolean keyRotationEnabled)
A Boolean value that specifies whether key rotation is enabled.
|
Copyright © 2018. All rights reserved.