| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DescribeSecretResponse.tags()
The list of tags attached to the secret.
|
List<Tag> |
TagResourceRequest.tags()
The tags to attach to the secret as a JSON text string argument.
|
List<Tag> |
SecretListEntry.tags()
The list of user-defined tags associated with the secret.
|
List<Tag> |
CreateSecretRequest.tags()
A list of tags to attach to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Tag... tags)
The list of tags attached to the secret.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to attach to the secret as a JSON text string argument.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Tag... tags)
The list of user-defined tags associated with the secret.
|
CreateSecretRequest.Builder |
CreateSecretRequest.Builder.tags(Tag... tags)
A list of tags to attach to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Collection<Tag> tags)
The list of tags attached to the secret.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the secret as a JSON text string argument.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
CreateSecretRequest.Builder |
CreateSecretRequest.Builder.tags(Collection<Tag> tags)
A list of tags to attach to the secret.
|
Copyright © 2023. All rights reserved.