Uses of Class
software.amazon.awssdk.services.sns.model.TagLimitExceededException
Packages that use TagLimitExceededException
-
Uses of TagLimitExceededException in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that throw TagLimitExceededExceptionModifier and TypeMethodDescriptiondefault CreateTopicResponseSnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient.createTopic(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.default TagResourceResponseSnsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add tags to the specified Amazon SNS topic.default TagResourceResponseSnsClient.tagResource(TagResourceRequest tagResourceRequest) Add tags to the specified Amazon SNS topic.default UntagResourceResponseSnsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove tags from the specified Amazon SNS topic.default UntagResourceResponseSnsClient.untagResource(UntagResourceRequest untagResourceRequest) Remove tags from the specified Amazon SNS topic.