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