Uses of Class
software.amazon.awssdk.services.ivschat.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IvschatAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.default UntagResourceResponseIvschatClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-