Uses of Class
software.amazon.awssdk.services.sns.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return UntagResourceResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.sns that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default 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.
-