Uses of Class
software.amazon.awssdk.services.datazone.model.ListingItem
-
Packages that use ListingItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListingItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListingItem Modifier and Type Method Description static ListingItemListingItem. fromAssetListing(Consumer<AssetListing.Builder> assetListing)Create an instance of this class withassetListing()initialized to the given value.static ListingItemListingItem. fromAssetListing(AssetListing assetListing)Create an instance of this class withassetListing()initialized to the given value.static ListingItemListingItem. fromDataProductListing(Consumer<DataProductListing.Builder> dataProductListing)Create an instance of this class withdataProductListing()initialized to the given value.static ListingItemListingItem. fromDataProductListing(DataProductListing dataProductListing)Create an instance of this class withdataProductListing()initialized to the given value.ListingItemGetListingResponse. item()The details of a listing.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ListingItem Modifier and Type Method Description GetListingResponse.BuilderGetListingResponse.Builder. item(ListingItem item)The details of a listing.
-