Uses of Interface
software.amazon.awssdk.services.kms.model.EnableKeyRotationRequest.Builder
Packages that use EnableKeyRotationRequest.Builder
Package
Description
-
Uses of EnableKeyRotationRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type EnableKeyRotationRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key.default EnableKeyRotationResponseKmsClient.enableKeyRotation(Consumer<EnableKeyRotationRequest.Builder> enableKeyRotationRequest) Enables automatic rotation of the key material of the specified symmetric encryption KMS key. -
Uses of EnableKeyRotationRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return EnableKeyRotationRequest.BuilderModifier and TypeMethodDescriptionEnableKeyRotationRequest.builder()Identifies a symmetric encryption KMS key.EnableKeyRotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableKeyRotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableKeyRotationRequest.Builder.rotationPeriodInDays(Integer rotationPeriodInDays) Use this parameter to specify a custom period of time between each rotation date.EnableKeyRotationRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type EnableKeyRotationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableKeyRotationRequest.Builder>EnableKeyRotationRequest.serializableBuilderClass()