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