Uses of Class
software.amazon.awssdk.services.qapps.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.qapps
Methods in software.amazon.awssdk.services.qapps that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseQAppsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates tags from an Amazon Q Apps resource.default UntagResourceResponseQAppsClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates tags from an Amazon Q Apps resource.Methods in software.amazon.awssdk.services.qapps that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>QAppsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates tags from an Amazon Q Apps resource.default CompletableFuture<UntagResourceResponse>QAppsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates tags from an Amazon Q Apps resource.
-