Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.EntitySummary
-
Packages that use EntitySummary Package Description software.amazon.awssdk.services.marketplacecatalog.model software.amazon.awssdk.services.marketplacecatalog.paginators -
-
Uses of EntitySummary in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type EntitySummary Modifier and Type Method Description List<EntitySummary>ListEntitiesResponse. entitySummaryList()Array ofEntitySummaryobjects.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type EntitySummary Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entitySummaryList(EntitySummary... entitySummaryList)Array ofEntitySummaryobjects.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type EntitySummary Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entitySummaryList(Collection<EntitySummary> entitySummaryList)Array ofEntitySummaryobjects. -
Uses of EntitySummary in software.amazon.awssdk.services.marketplacecatalog.paginators
Methods in software.amazon.awssdk.services.marketplacecatalog.paginators that return types with arguments of type EntitySummary Modifier and Type Method Description SdkIterable<EntitySummary>ListEntitiesIterable. entitySummaryList()Returns an iterable to iterate through the paginatedListEntitiesResponse.entitySummaryList()member.SdkPublisher<EntitySummary>ListEntitiesPublisher. entitySummaryList()Returns a publisher that can be used to get a stream of data.
-