Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ChangeSetSummaryListItem
-
Packages that use ChangeSetSummaryListItem Package Description software.amazon.awssdk.services.marketplacecatalog.model software.amazon.awssdk.services.marketplacecatalog.paginators -
-
Uses of ChangeSetSummaryListItem in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type ChangeSetSummaryListItem Modifier and Type Method Description List<ChangeSetSummaryListItem>ListChangeSetsResponse. changeSetSummaryList()Array ofChangeSetSummaryListItemobjects.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type ChangeSetSummaryListItem Modifier and Type Method Description ListChangeSetsResponse.BuilderListChangeSetsResponse.Builder. changeSetSummaryList(ChangeSetSummaryListItem... changeSetSummaryList)Array ofChangeSetSummaryListItemobjects.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type ChangeSetSummaryListItem Modifier and Type Method Description ListChangeSetsResponse.BuilderListChangeSetsResponse.Builder. changeSetSummaryList(Collection<ChangeSetSummaryListItem> changeSetSummaryList)Array ofChangeSetSummaryListItemobjects. -
Uses of ChangeSetSummaryListItem in software.amazon.awssdk.services.marketplacecatalog.paginators
Methods in software.amazon.awssdk.services.marketplacecatalog.paginators that return types with arguments of type ChangeSetSummaryListItem Modifier and Type Method Description SdkIterable<ChangeSetSummaryListItem>ListChangeSetsIterable. changeSetSummaryList()Returns an iterable to iterate through the paginatedListChangeSetsResponse.changeSetSummaryList()member.SdkPublisher<ChangeSetSummaryListItem>ListChangeSetsPublisher. changeSetSummaryList()Returns a publisher that can be used to get a stream of data.
-