Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.workspacesthinclient.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>WorkSpacesThinClientAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponseWorkSpacesThinClientClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.workspacesthinclient.transform
Methods in software.amazon.awssdk.services.workspacesthinclient.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-