Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a 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 ListTagsForResourceResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseWorkSpacesThinClientClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a resource.default ListTagsForResourceResponseWorkSpacesThinClientClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a resource.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WorkSpacesThinClientAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a resource.default CompletableFuture<ListTagsForResourceResponse>WorkSpacesThinClientAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a resource.
-