Uses of Class
software.amazon.awssdk.services.kms.model.EnableKeyRotationResponse
Packages that use EnableKeyRotationResponse
-
Uses of EnableKeyRotationResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return EnableKeyRotationResponseModifier and TypeMethodDescriptiondefault EnableKeyRotationResponseKmsClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.default EnableKeyRotationResponseKmsClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest) Enables 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 EnableKeyRotationResponseModifier and TypeMethodDescriptionKmsAsyncClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.KmsAsyncClient.enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.