Uses of Class
software.amazon.awssdk.services.kms.model.EnableKeyRotationResponse
-
Packages that use EnableKeyRotationResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of EnableKeyRotationResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return EnableKeyRotationResponse Modifier and Type Method Description default 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 EnableKeyRotationResponse Modifier and Type Method Description default CompletableFuture<EnableKeyRotationResponse>KmsAsyncClient. enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest)Enables automatic rotation of the key material of the specified symmetric encryption KMS key.default CompletableFuture<EnableKeyRotationResponse>KmsAsyncClient. enableKeyRotation(EnableKeyRotationRequest enableKeyRotationRequest)Enables automatic rotation of the key material of the specified symmetric encryption KMS key.
-