Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.StartChangeSetResponse
-
Packages that use StartChangeSetResponse Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of StartChangeSetResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return StartChangeSetResponse Modifier and Type Method Description default StartChangeSetResponseMarketplaceCatalogClient. startChangeSet(Consumer<StartChangeSetRequest.Builder> startChangeSetRequest)Allows you to request changes for your entities.default StartChangeSetResponseMarketplaceCatalogClient. startChangeSet(StartChangeSetRequest startChangeSetRequest)Allows you to request changes for your entities.Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type StartChangeSetResponse Modifier and Type Method Description default CompletableFuture<StartChangeSetResponse>MarketplaceCatalogAsyncClient. startChangeSet(Consumer<StartChangeSetRequest.Builder> startChangeSetRequest)Allows you to request changes for your entities.default CompletableFuture<StartChangeSetResponse>MarketplaceCatalogAsyncClient. startChangeSet(StartChangeSetRequest startChangeSetRequest)Allows you to request changes for your entities.
-