| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SecretValueEntry |
SecretValueEntry.clone() |
SecretValueEntry |
SecretValueEntry.withARN(String aRN)
The Amazon Resource Name (ARN) of the secret.
|
SecretValueEntry |
SecretValueEntry.withCreatedDate(Date createdDate)
The date the secret was created.
|
SecretValueEntry |
SecretValueEntry.withName(String name)
The friendly name of the secret.
|
SecretValueEntry |
SecretValueEntry.withSecretBinary(ByteBuffer secretBinary)
The decrypted secret value, if the secret value was originally provided as binary data in the form of a byte
array.
|
SecretValueEntry |
SecretValueEntry.withSecretString(String secretString)
The decrypted secret value, if the secret value was originally provided as a string or through the Secrets
Manager console.
|
SecretValueEntry |
SecretValueEntry.withVersionId(String versionId)
The unique version identifier of this version of the secret.
|
SecretValueEntry |
SecretValueEntry.withVersionStages(Collection<String> versionStages)
A list of all of the staging labels currently attached to this version of the secret.
|
SecretValueEntry |
SecretValueEntry.withVersionStages(String... versionStages)
A list of all of the staging labels currently attached to this version of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecretValueEntry> |
BatchGetSecretValueResult.getSecretValues()
A list of secret values.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecretValueResult |
BatchGetSecretValueResult.withSecretValues(SecretValueEntry... secretValues)
A list of secret values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSecretValueResult.setSecretValues(Collection<SecretValueEntry> secretValues)
A list of secret values.
|
BatchGetSecretValueResult |
BatchGetSecretValueResult.withSecretValues(Collection<SecretValueEntry> secretValues)
A list of secret values.
|
Copyright © 2024. All rights reserved.