Uses of Class
software.amazon.awssdk.services.datazone.model.AssetItem
-
Packages that use AssetItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AssetItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AssetItem Modifier and Type Method Description AssetItemSearchInventoryResultItem. assetItem()The asset item included in the search results.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetItem Modifier and Type Method Description SearchInventoryResultItem.BuilderSearchInventoryResultItem.Builder. assetItem(AssetItem assetItem)The asset item included in the search results.static SearchInventoryResultItemSearchInventoryResultItem. fromAssetItem(AssetItem assetItem)Create an instance of this class withSearchInventoryResultItem.assetItem()initialized to the given value.
-