| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SecretVersionsListEntry |
SecretVersionsListEntry.clone() |
SecretVersionsListEntry |
SecretVersionsListEntry.withCreatedDate(Date createdDate)
The date and time this version of the secret was created.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withKmsKeyIds(Collection<String> kmsKeyIds)
The KMS keys used to encrypt the secret version.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withKmsKeyIds(String... kmsKeyIds)
The KMS keys used to encrypt the secret version.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withLastAccessedDate(Date lastAccessedDate)
The date that this version of the secret was last accessed.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withVersionId(String versionId)
The unique version identifier of this version of the secret.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withVersionStages(Collection<String> versionStages)
An array of staging labels that are currently associated with this version of the secret.
|
SecretVersionsListEntry |
SecretVersionsListEntry.withVersionStages(String... versionStages)
An array of staging labels that are currently associated with this version of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecretVersionsListEntry> |
ListSecretVersionIdsResult.getVersions()
A list of the versions of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecretVersionIdsResult |
ListSecretVersionIdsResult.withVersions(SecretVersionsListEntry... versions)
A list of the versions of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecretVersionIdsResult.setVersions(Collection<SecretVersionsListEntry> versions)
A list of the versions of the secret.
|
ListSecretVersionIdsResult |
ListSecretVersionIdsResult.withVersions(Collection<SecretVersionsListEntry> versions)
A list of the versions of the secret.
|
Copyright © 2024. All rights reserved.