Uses of Class
software.amazon.awssdk.services.datazone.model.AssetListingItem
-
Packages that use AssetListingItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AssetListingItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AssetListingItem Modifier and Type Method Description AssetListingItemSearchResultItem. assetListing()The asset listing included in the results of theSearchListingsaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetListingItem Modifier and Type Method Description SearchResultItem.BuilderSearchResultItem.Builder. assetListing(AssetListingItem assetListing)The asset listing included in the results of theSearchListingsaction.static SearchResultItemSearchResultItem. fromAssetListing(AssetListingItem assetListing)Create an instance of this class withSearchResultItem.assetListing()initialized to the given value.
-