| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SecretListEntry |
SecretListEntry.addSecretVersionsToStagesEntry(String key,
List<String> value)
Add a single SecretVersionsToStages entry
|
SecretListEntry |
SecretListEntry.clearSecretVersionsToStagesEntries()
Removes all the entries added into SecretVersionsToStages.
|
SecretListEntry |
SecretListEntry.clone() |
SecretListEntry |
SecretListEntry.withARN(String aRN)
The Amazon Resource Name (ARN) of the secret.
|
SecretListEntry |
SecretListEntry.withCreatedDate(Date createdDate)
The date and time when a secret was created.
|
SecretListEntry |
SecretListEntry.withDeletedDate(Date deletedDate)
The date and time the deletion of the secret occurred.
|
SecretListEntry |
SecretListEntry.withDescription(String description)
The user-provided description of the secret.
|
SecretListEntry |
SecretListEntry.withKmsKeyId(String kmsKeyId)
The ARN of the KMS key that Secrets Manager uses to encrypt the secret value.
|
SecretListEntry |
SecretListEntry.withLastAccessedDate(Date lastAccessedDate)
The date that the secret was last accessed in the Region.
|
SecretListEntry |
SecretListEntry.withLastChangedDate(Date lastChangedDate)
The last date and time that this secret was modified in any way.
|
SecretListEntry |
SecretListEntry.withLastRotatedDate(Date lastRotatedDate)
The most recent date and time that the Secrets Manager rotation process was successfully completed.
|
SecretListEntry |
SecretListEntry.withName(String name)
The friendly name of the secret.
|
SecretListEntry |
SecretListEntry.withNextRotationDate(Date nextRotationDate)
The next rotation is scheduled to occur on or before this date.
|
SecretListEntry |
SecretListEntry.withOwningService(String owningService)
Returns the name of the service that created the secret.
|
SecretListEntry |
SecretListEntry.withPrimaryRegion(String primaryRegion)
The Region where Secrets Manager originated the secret.
|
SecretListEntry |
SecretListEntry.withRotationEnabled(Boolean rotationEnabled)
Indicates whether automatic, scheduled rotation is enabled for this secret.
|
SecretListEntry |
SecretListEntry.withRotationLambdaARN(String rotationLambdaARN)
The ARN of an Amazon Web Services Lambda function invoked by Secrets Manager to rotate and expire the secret
either automatically per the schedule or manually by a call to
RotateSecret . |
SecretListEntry |
SecretListEntry.withRotationRules(RotationRulesType rotationRules)
A structure that defines the rotation configuration for the secret.
|
SecretListEntry |
SecretListEntry.withSecretVersionsToStages(Map<String,List<String>> secretVersionsToStages)
A list of all of the currently assigned
SecretVersionStage staging labels and the
SecretVersionId attached to each one. |
SecretListEntry |
SecretListEntry.withTags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
SecretListEntry |
SecretListEntry.withTags(Tag... tags)
The list of user-defined tags associated with the secret.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecretListEntry> |
ListSecretsResult.getSecretList()
A list of the secrets in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecretsResult |
ListSecretsResult.withSecretList(SecretListEntry... secretList)
A list of the secrets in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecretsResult.setSecretList(Collection<SecretListEntry> secretList)
A list of the secrets in the account.
|
ListSecretsResult |
ListSecretsResult.withSecretList(Collection<SecretListEntry> secretList)
A list of the secrets in the account.
|
Copyright © 2024. All rights reserved.