Uses of Class
software.amazon.awssdk.services.secretsmanager.model.RotationRulesType
Packages that use RotationRulesType
-
Uses of RotationRulesType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return RotationRulesTypeModifier and TypeMethodDescriptionfinal RotationRulesTypeDescribeSecretResponse.rotationRules()The rotation schedule and Lambda function for this secret.final RotationRulesTypeRotateSecretRequest.rotationRules()A structure that defines the rotation configuration for this secret.final RotationRulesTypeSecretListEntry.rotationRules()A structure that defines the rotation configuration for the secret.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type RotationRulesTypeModifier and TypeMethodDescriptionDescribeSecretResponse.Builder.rotationRules(RotationRulesType rotationRules) The rotation schedule and Lambda function for this secret.RotateSecretRequest.Builder.rotationRules(RotationRulesType rotationRules) A structure that defines the rotation configuration for this secret.SecretListEntry.Builder.rotationRules(RotationRulesType rotationRules) A structure that defines the rotation configuration for the secret.