Uses of Class
software.amazon.awssdk.services.kms.model.DisableKeyRotationResponse
Packages that use DisableKeyRotationResponse
-
Uses of DisableKeyRotationResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DisableKeyRotationResponseModifier and TypeMethodDescriptiondefault DisableKeyRotationResponseKmsClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest) Disables automatic rotation of the key material of the specified symmetric encryption KMS key.default DisableKeyRotationResponseKmsClient.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 DisableKeyRotationResponseModifier and TypeMethodDescriptionKmsAsyncClient.disableKeyRotation(Consumer<DisableKeyRotationRequest.Builder> disableKeyRotationRequest) Disables automatic rotation of the key material of the specified symmetric encryption KMS key.KmsAsyncClient.disableKeyRotation(DisableKeyRotationRequest disableKeyRotationRequest) Disables automatic rotation of the key material of the specified symmetric encryption KMS key.