Uses of Class
software.amazon.awssdk.services.appstream.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 software.amazon.awssdk.services.appstream.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AppStreamAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of all tags for the specified AppStream 2.0 resource.default ListTagsForResourceResponseAppStreamClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Retrieves a list of all tags for the specified AppStream 2.0 resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appstream.transform
Methods in software.amazon.awssdk.services.appstream.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-