Uses of Class
software.amazon.awssdk.services.workspacesweb.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseWorkSpacesWebClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseWorkSpacesWebClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkSpacesWebAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified resource.default CompletableFuture<UntagResourceResponse>WorkSpacesWebAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.
-