Uses of Class
software.amazon.awssdk.services.sns.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>SnsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove tags from the specified Amazon SNS topic.default CompletableFuture<UntagResourceResponse>SnsAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Remove tags from the specified Amazon SNS topic.