| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType |
RotationRulesType.clone() |
RotationRulesType |
DescribeSecretResult.getRotationRules()
A structure with the rotation configuration for this secret.
|
RotationRulesType |
RotateSecretRequest.getRotationRules()
A structure that defines the rotation configuration for this secret.
|
RotationRulesType |
SecretListEntry.getRotationRules()
A structure that defines the rotation configuration for the secret.
|
RotationRulesType |
RotationRulesType.withAutomaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSecretResult.setRotationRules(RotationRulesType rotationRules)
A structure with the rotation configuration for this secret.
|
void |
RotateSecretRequest.setRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
void |
SecretListEntry.setRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
DescribeSecretResult |
DescribeSecretResult.withRotationRules(RotationRulesType rotationRules)
A structure with the rotation configuration for this secret.
|
RotateSecretRequest |
RotateSecretRequest.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
SecretListEntry |
SecretListEntry.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
Copyright © 2021. All rights reserved.