Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.CancelChangeSetResponse
-
Packages that use CancelChangeSetResponse Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of CancelChangeSetResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return CancelChangeSetResponse Modifier and Type Method Description default CancelChangeSetResponseMarketplaceCatalogClient. cancelChangeSet(Consumer<CancelChangeSetRequest.Builder> cancelChangeSetRequest)Used to cancel an open change request.default CancelChangeSetResponseMarketplaceCatalogClient. cancelChangeSet(CancelChangeSetRequest cancelChangeSetRequest)Used to cancel an open change request.Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type CancelChangeSetResponse Modifier and Type Method Description default CompletableFuture<CancelChangeSetResponse>MarketplaceCatalogAsyncClient. cancelChangeSet(Consumer<CancelChangeSetRequest.Builder> cancelChangeSetRequest)Used to cancel an open change request.default CompletableFuture<CancelChangeSetResponse>MarketplaceCatalogAsyncClient. cancelChangeSet(CancelChangeSetRequest cancelChangeSetRequest)Used to cancel an open change request.
-