Uses of Class
software.amazon.awssdk.services.kms.model.EnableKeyRotationRequest
-
Packages that use EnableKeyRotationRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of EnableKeyRotationRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type EnableKeyRotationRequest Modifier and Type Method Description default CompletableFuture<EnableKeyRotationResponse>KmsAsyncClient. enableKeyRotation(EnableKeyRotationRequest 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. -
Uses of EnableKeyRotationRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type EnableKeyRotationRequest Modifier and Type Method Description SdkHttpFullRequestEnableKeyRotationRequestMarshaller. marshall(EnableKeyRotationRequest enableKeyRotationRequest)
-