Uses of Class
software.amazon.awssdk.services.sns.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateTopicRequest.tags()The list of tags to add to a new topic.ListTagsForResourceResponse.tags()The tags associated with the specified topic.TagResourceRequest.tags()The tags to be added to the specified topic.Methods in software.amazon.awssdk.services.sns.model with parameters of type TagModifier and TypeMethodDescriptionThe list of tags to add to a new topic.The tags associated with the specified topic.The tags to be added to the specified topic.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type TagModifier and TypeMethodDescriptionCreateTopicRequest.Builder.tags(Collection<Tag> tags) The list of tags to add to a new topic.ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) The tags associated with the specified topic.TagResourceRequest.Builder.tags(Collection<Tag> tags) The tags to be added to the specified topic.