Uses of Class
software.amazon.awssdk.services.qconnect.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseQConnectClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseQConnectClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>QConnectAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse>QConnectAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.
-