| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType.Builder |
RotationRulesType.Builder.automaticallyAfterDays(Long automaticallyAfterDays)
Specifies the number of days between automatic scheduled rotations of the secret.
|
static RotationRulesType.Builder |
RotationRulesType.builder() |
RotationRulesType.Builder |
RotationRulesType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RotationRulesType.Builder> |
RotationRulesType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SecretListEntry.Builder |
SecretListEntry.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that defines the rotation configuration for the secret.
|
default DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that contains the rotation configuration for this secret.
|
default RotateSecretRequest.Builder |
RotateSecretRequest.Builder.rotationRules(Consumer<RotationRulesType.Builder> rotationRules)
A structure that defines the rotation configuration for this secret.
|
Copyright © 2019. All rights reserved.