Uses of Class
software.amazon.awssdk.services.datazone.model.AssetTypeItem
-
Packages that use AssetTypeItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AssetTypeItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AssetTypeItem Modifier and Type Method Description AssetTypeItemSearchTypesResultItem. assetTypeItem()The asset type included in the results of theSearchTypesaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type AssetTypeItem Modifier and Type Method Description SearchTypesResultItem.BuilderSearchTypesResultItem.Builder. assetTypeItem(AssetTypeItem assetTypeItem)The asset type included in the results of theSearchTypesaction.static SearchTypesResultItemSearchTypesResultItem. fromAssetTypeItem(AssetTypeItem assetTypeItem)Create an instance of this class withSearchTypesResultItem.assetTypeItem()initialized to the given value.
-