Uses of Class
software.amazon.awssdk.services.connect.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseConnectClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseConnectClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ConnectAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse>ConnectAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.
-