Uses of Class
software.amazon.awssdk.services.kms.model.DisableKeyRotationResponse
-
Packages that use DisableKeyRotationResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DisableKeyRotationResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DisableKeyRotationResponse Modifier and Type Method 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DisableKeyRotationResponse Modifier and Type Method 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.
-