| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key identifier, or name, of the tag.
|
Tag |
Tag.withValue(String value)
The string value associated with the key of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tags to attach to the secret as a JSON text string argument.
|
List<Tag> |
DescribeSecretResult.getTags()
The list of tags attached to the secret.
|
List<Tag> |
SecretListEntry.getTags()
The list of user-defined tags associated with the secret.
|
List<Tag> |
CreateSecretRequest.getTags()
A list of tags to attach to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to attach to the secret as a JSON text string argument.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Tag... tags)
The list of tags attached to the secret.
|
SecretListEntry |
SecretListEntry.withTags(Tag... tags)
The list of user-defined tags associated with the secret.
|
CreateSecretRequest |
CreateSecretRequest.withTags(Tag... tags)
A list of tags to attach to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to attach to the secret as a JSON text string argument.
|
void |
DescribeSecretResult.setTags(Collection<Tag> tags)
The list of tags attached to the secret.
|
void |
SecretListEntry.setTags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
void |
CreateSecretRequest.setTags(Collection<Tag> tags)
A list of tags to attach to the secret.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to attach to the secret as a JSON text string argument.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Collection<Tag> tags)
The list of tags attached to the secret.
|
SecretListEntry |
SecretListEntry.withTags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
CreateSecretRequest |
CreateSecretRequest.withTags(Collection<Tag> tags)
A list of tags to attach to the secret.
|
Copyright © 2023. All rights reserved.