| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateSecretRequest.tags()
(Optional) Specifies a list of user-defined tags that are attached to the secret.
|
List<Tag> |
TagResourceRequest.tags()
The tags to attach to the secret.
|
List<Tag> |
DescribeSecretResponse.tags()
The list of user-defined tags that are associated with the secret.
|
List<Tag> |
SecretListEntry.tags()
The list of user-defined tags associated with the secret.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSecretRequest.Builder |
CreateSecretRequest.Builder.tags(Tag... tags)
(Optional) Specifies a list of user-defined tags that are attached to the secret.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to attach to the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Tag... tags)
The list of user-defined tags that are associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Tag... tags)
The list of user-defined tags associated with the secret.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSecretRequest.Builder |
CreateSecretRequest.Builder.tags(Collection<Tag> tags)
(Optional) Specifies a list of user-defined tags that are attached to the secret.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to attach to the secret.
|
DescribeSecretResponse.Builder |
DescribeSecretResponse.Builder.tags(Collection<Tag> tags)
The list of user-defined tags that are associated with the secret.
|
SecretListEntry.Builder |
SecretListEntry.Builder.tags(Collection<Tag> tags)
The list of user-defined tags associated with the secret.
|
Copyright © 2020. All rights reserved.