Uses of Class
software.amazon.awssdk.services.sns.model.TagResourceResponse
Packages that use TagResourceResponse
-
Uses of TagResourceResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return TagResourceResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>SnsAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add tags to the specified Amazon SNS topic.default CompletableFuture<TagResourceResponse>SnsAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Add tags to the specified Amazon SNS topic.