Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseWorkSpacesWebClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves a list of tags for a resource.default ListTagsForResourceResponseWorkSpacesWebClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of tags for a resource.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WorkSpacesWebAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Retrieves a list of tags for a resource.default CompletableFuture<ListTagsForResourceResponse>WorkSpacesWebAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of tags for a resource.
-