| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RotationRulesType |
DescribeSecretResponse.rotationRules()
The rotation schedule and Lambda function for this secret.
|
RotationRulesType |
RotateSecretRequest.rotationRules()
A structure that defines the rotation configuration for this secret.
|
RotationRulesType |
SecretListEntry.rotationRules()
A structure that defines the rotation configuration for the secret.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.rotationRules(RotationRulesType rotationRules)
The rotation schedule and Lambda function for this secret.
|
RotateSecretRequest.Builder |
RotateSecretRequest.Builder.rotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for this secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.rotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
Copyright © 2022. All rights reserved.