Uses of Class
software.amazon.awssdk.services.secretsmanager.model.Tag
Packages that use Tag
-
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 TagModifier and TypeMethodDescriptionCreateSecretRequest.tags()A list of tags to attach to the secret.DescribeSecretResponse.tags()The list of tags attached to the secret.SecretListEntry.tags()The list of user-defined tags associated with the secret.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 TagModifier and TypeMethodDescriptionA list of tags to attach to the secret.The list of tags attached to the secret.The list of user-defined tags associated with the secret.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 TagModifier and TypeMethodDescriptionCreateSecretRequest.Builder.tags(Collection<Tag> tags) A list of tags to attach to the secret.DescribeSecretResponse.Builder.tags(Collection<Tag> tags) The list of tags attached to the secret.SecretListEntry.Builder.tags(Collection<Tag> tags) The list of user-defined tags associated with the secret.TagResourceRequest.Builder.tags(Collection<Tag> tags) The tags to attach to the secret as a JSON text string argument.