Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWorkSpacesThinClientClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseWorkSpacesThinClientClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkSpacesThinClientAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default CompletableFuture<UntagResourceResponse>WorkSpacesThinClientAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.
-