| 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 UntagResourceResponse |
MarketplaceCatalogClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag or list of tags from a resource (either an entity or change set).
|
default UntagResourceResponse |
MarketplaceCatalogClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag or list of tags from a resource (either an entity or change set).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UntagResourceResponse> |
MarketplaceCatalogAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag or list of tags from a resource (either an entity or change set).
|
default CompletableFuture<UntagResourceResponse> |
MarketplaceCatalogAsyncClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag or list of tags from a resource (either an entity or change set).
|
Copyright © 2023. All rights reserved.