Uses of Class
software.amazon.awssdk.services.datazone.model.ListingSummaryItem
-
Packages that use ListingSummaryItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListingSummaryItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListingSummaryItem Modifier and Type Method Description List<ListingSummaryItem>DataProductListingItem. items()The data of the asset of the data product.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ListingSummaryItem Modifier and Type Method Description DataProductListingItem.BuilderDataProductListingItem.Builder. items(ListingSummaryItem... items)The data of the asset of the data product.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ListingSummaryItem Modifier and Type Method Description DataProductListingItem.BuilderDataProductListingItem.Builder. items(Collection<ListingSummaryItem> items)The data of the asset of the data product.
-