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