Uses of Class
software.amazon.awssdk.services.marketplacecatalog.paginators.ListChangeSetsIterable
-
Packages that use ListChangeSetsIterable Package Description software.amazon.awssdk.services.marketplacecatalog Catalog API actions allow you to manage your entities through list, describe, and update capabilities. -
-
Uses of ListChangeSetsIterable in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return ListChangeSetsIterable Modifier and Type Method Description default ListChangeSetsIterableMarketplaceCatalogClient. listChangeSetsPaginator(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call.default ListChangeSetsIterableMarketplaceCatalogClient. listChangeSetsPaginator(ListChangeSetsRequest listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call.
-