Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ListChangeSetsResponse
-
Packages that use ListChangeSetsResponse 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.paginators -
-
Uses of ListChangeSetsResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return ListChangeSetsResponse Modifier and Type Method Description default ListChangeSetsResponseMarketplaceCatalogClient. listChangeSets(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call.default ListChangeSetsResponseMarketplaceCatalogClient. listChangeSets(ListChangeSetsRequest listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call.Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type ListChangeSetsResponse Modifier and Type Method Description default CompletableFuture<ListChangeSetsResponse>MarketplaceCatalogAsyncClient. listChangeSets(Consumer<ListChangeSetsRequest.Builder> listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call.default CompletableFuture<ListChangeSetsResponse>MarketplaceCatalogAsyncClient. listChangeSets(ListChangeSetsRequest listChangeSetsRequest)Returns the list of change sets owned by the account being used to make the call. -
Uses of ListChangeSetsResponse in software.amazon.awssdk.services.marketplacecatalog.paginators
Methods in software.amazon.awssdk.services.marketplacecatalog.paginators that return types with arguments of type ListChangeSetsResponse Modifier and Type Method Description Iterator<ListChangeSetsResponse>ListChangeSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.marketplacecatalog.paginators with type arguments of type ListChangeSetsResponse Modifier and Type Method Description voidListChangeSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChangeSetsResponse> subscriber)
-