| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType |
RotationRulesType.clone() |
RotationRulesType |
SecretListEntry.getRotationRules()
A structure that defines the rotation configuration for the secret.
|
RotationRulesType |
RotateSecretRequest.getRotationRules()
A structure that defines the rotation configuration for this secret.
|
RotationRulesType |
DescribeSecretResult.getRotationRules()
The rotation schedule and Lambda function for this secret.
|
RotationRulesType |
RotationRulesType.withAutomaticallyAfterDays(Long automaticallyAfterDays)
The number of days between rotations of the secret.
|
RotationRulesType |
RotationRulesType.withDuration(String duration)
The length of the rotation window in hours, for example
3h for a three hour window. |
RotationRulesType |
RotationRulesType.withScheduleExpression(String scheduleExpression)
A
cron() or rate() expression that defines the schedule for rotating your secret. |
| Modifier and Type | Method and Description |
|---|---|
void |
SecretListEntry.setRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
void |
RotateSecretRequest.setRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
void |
DescribeSecretResult.setRotationRules(RotationRulesType rotationRules)
The rotation schedule and Lambda function for this secret.
|
SecretListEntry |
SecretListEntry.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
RotateSecretRequest |
RotateSecretRequest.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
DescribeSecretResult |
DescribeSecretResult.withRotationRules(RotationRulesType rotationRules)
The rotation schedule and Lambda function for this secret.
|
Copyright © 2025. All rights reserved.