| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest)
Disables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
default DisableKeyRotationResponse |
KmsClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisableKeyRotationResponse> |
KmsAsyncClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest)
Disables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
default CompletableFuture<DisableKeyRotationResponse> |
KmsAsyncClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest)
Disables automatic rotation of
the key material of the specified symmetric encryption KMS key.
|
Copyright © 2023. All rights reserved.