| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
default GetKeyRotationStatusResponse |
KmsClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest)
Gets a Boolean value that indicates whether automatic rotation of the key
material is enabled for the specified KMS key.
|
default CompletableFuture<GetKeyRotationStatusResponse> |
KmsAsyncClient.getKeyRotationStatus(Consumer<GetKeyRotationStatusRequest.Builder> getKeyRotationStatusRequest)
Gets a Boolean value that indicates whether automatic rotation of the key
material is enabled for the specified KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
static GetKeyRotationStatusRequest.Builder |
GetKeyRotationStatusRequest.builder() |
GetKeyRotationStatusRequest.Builder |
GetKeyRotationStatusRequest.Builder.keyId(String keyId)
Gets the rotation status for the specified KMS key.
|
GetKeyRotationStatusRequest.Builder |
GetKeyRotationStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetKeyRotationStatusRequest.Builder |
GetKeyRotationStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetKeyRotationStatusRequest.Builder |
GetKeyRotationStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetKeyRotationStatusRequest.Builder> |
GetKeyRotationStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.