Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ListEntitiesResponse
-
Packages that use ListEntitiesResponse 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 ListEntitiesResponse in software.amazon.awssdk.services.marketplacecatalog
Methods in software.amazon.awssdk.services.marketplacecatalog that return ListEntitiesResponse Modifier and Type Method Description default ListEntitiesResponseMarketplaceCatalogClient. listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)Provides the list of entities of a given type.default ListEntitiesResponseMarketplaceCatalogClient. listEntities(ListEntitiesRequest listEntitiesRequest)Provides the list of entities of a given type.Methods in software.amazon.awssdk.services.marketplacecatalog that return types with arguments of type ListEntitiesResponse Modifier and Type Method Description default CompletableFuture<ListEntitiesResponse>MarketplaceCatalogAsyncClient. listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)Provides the list of entities of a given type.default CompletableFuture<ListEntitiesResponse>MarketplaceCatalogAsyncClient. listEntities(ListEntitiesRequest listEntitiesRequest)Provides the list of entities of a given type. -
Uses of ListEntitiesResponse in software.amazon.awssdk.services.marketplacecatalog.paginators
Methods in software.amazon.awssdk.services.marketplacecatalog.paginators that return types with arguments of type ListEntitiesResponse Modifier and Type Method Description Iterator<ListEntitiesResponse>ListEntitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.marketplacecatalog.paginators with type arguments of type ListEntitiesResponse Modifier and Type Method Description voidListEntitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntitiesResponse> subscriber)
-