Uses of Class
software.amazon.awssdk.services.sns.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SnsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags from the specified Amazon SNS topic.default UntagResourceResponseSnsClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags from the specified Amazon SNS topic. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-