Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities.software.amazon.awssdk.services.marketplacecatalog.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MarketplaceCatalogAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags that have been added to a resource (either an entity or change set).default ListTagsForResourceResponseMarketplaceCatalogClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags that have been added to a resource (either an entity or change set). -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.marketplacecatalog.transform
Methods in software.amazon.awssdk.services.marketplacecatalog.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-