Uses of Class
software.amazon.awssdk.services.wisdom.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWisdomClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseWisdomClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WisdomAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse>WisdomAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.
-