Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseMarketplaceCatalogClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a resource (either an entity or change set).default TagResourceResponseMarketplaceCatalogClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource (either an entity or change set).Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>MarketplaceCatalogAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a resource (either an entity or change set).default CompletableFuture<TagResourceResponse>MarketplaceCatalogAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource (either an entity or change set).
-