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