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