Uses of Class
software.amazon.awssdk.services.secretsmanager.model.RotationRulesType
-
Packages that use RotationRulesType Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of RotationRulesType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return RotationRulesType Modifier and Type Method Description RotationRulesTypeDescribeSecretResponse. rotationRules()The rotation schedule and Lambda function for this secret.RotationRulesTypeRotateSecretRequest. rotationRules()A structure that defines the rotation configuration for this secret.RotationRulesTypeSecretListEntry. rotationRules()A structure that defines the rotation configuration for the secret.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type RotationRulesType Modifier and Type Method Description DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. rotationRules(RotationRulesType rotationRules)The rotation schedule and Lambda function for this secret.RotateSecretRequest.BuilderRotateSecretRequest.Builder. rotationRules(RotationRulesType rotationRules)A structure that defines the rotation configuration for this secret.SecretListEntry.BuilderSecretListEntry.Builder. rotationRules(RotationRulesType rotationRules)A structure that defines the rotation configuration for the secret.
-