Uses of Class
software.amazon.awssdk.services.secretsmanager.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of Tag in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateSecretRequest. tags()A list of tags to attach to the secret.List<Tag>DescribeSecretResponse. tags()The list of tags attached to the secret.List<Tag>SecretListEntry. tags()The list of user-defined tags associated with the secret.List<Tag>TagResourceRequest. tags()The tags to attach to the secret as a JSON text string argument.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type Tag Modifier and Type Method Description CreateSecretRequest.BuilderCreateSecretRequest.Builder. tags(Tag... tags)A list of tags to attach to the secret.DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. tags(Tag... tags)The list of tags attached to the secret.SecretListEntry.BuilderSecretListEntry.Builder. tags(Tag... tags)The list of user-defined tags associated with the secret.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to attach to the secret as a JSON text string argument.Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type Tag Modifier and Type Method Description CreateSecretRequest.BuilderCreateSecretRequest.Builder. tags(Collection<Tag> tags)A list of tags to attach to the secret.DescribeSecretResponse.BuilderDescribeSecretResponse.Builder. tags(Collection<Tag> tags)The list of tags attached to the secret.SecretListEntry.BuilderSecretListEntry.Builder. tags(Collection<Tag> tags)The list of user-defined tags associated with the secret.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the secret as a JSON text string argument.
-