Uses of Class
software.amazon.awssdk.services.sns.model.StaleTagException
Packages that use StaleTagException
-
Uses of StaleTagException in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that throw StaleTagExceptionModifier 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 DeleteTopicResponseSnsClient.deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest) Deletes a topic and all its subscriptions.default DeleteTopicResponseSnsClient.deleteTopic(DeleteTopicRequest deleteTopicRequest) Deletes a topic and all its subscriptions.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.