| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog |
Catalog API actions allow you to manage your entities through list, describe, and update capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForResourceResponse |
MarketplaceCatalogClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags that have been added to a resource (either an entity or change set).
|
default ListTagsForResourceResponse |
MarketplaceCatalogClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags that have been added to a resource (either an entity or change set).
|
| Modifier and Type | Method and 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).
|
Copyright © 2023. All rights reserved.