Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseMarketplaceCatalogClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or list of tags from a resource (either an entity or change set).default UntagResourceResponseMarketplaceCatalogClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or list of tags from a resource (either an entity or change set).Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type UntagResourceResponse Modifier and Type Method 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).
-