Uses of Class
software.amazon.awssdk.services.sns.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.sns.model -
-
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 Tag Modifier and Type Method Description List<Tag>CreateTopicRequest. tags()The list of tags to add to a new topic.List<Tag>ListTagsForResourceResponse. tags()The tags associated with the specified topic.List<Tag>TagResourceRequest. tags()The tags to be added to the specified topic.Methods in software.amazon.awssdk.services.sns.model with parameters of type Tag Modifier and Type Method Description CreateTopicRequest.BuilderCreateTopicRequest.Builder. tags(Tag... tags)The list of tags to add to a new topic.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags associated with the specified topic.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be added to the specified topic.Method parameters in software.amazon.awssdk.services.sns.model with type arguments of type Tag Modifier and Type Method Description CreateTopicRequest.BuilderCreateTopicRequest.Builder. tags(Collection<Tag> tags)The list of tags to add to a new topic.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags associated with the specified topic.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be added to the specified topic.
-