Uses of Class
software.amazon.awssdk.services.datazone.model.DataProductListingItem
-
Packages that use DataProductListingItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataProductListingItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataProductListingItem Modifier and Type Method Description DataProductListingItemSearchResultItem. dataProductListing()The data product listing.Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataProductListingItem Modifier and Type Method Description SearchResultItem.BuilderSearchResultItem.Builder. dataProductListing(DataProductListingItem dataProductListing)The data product listing.static SearchResultItemSearchResultItem. fromDataProductListing(DataProductListingItem dataProductListing)Create an instance of this class withSearchResultItem.dataProductListing()initialized to the given value.
-