Uses of Class
software.amazon.awssdk.services.datazone.model.DataProductResultItem
-
Packages that use DataProductResultItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataProductResultItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataProductResultItem Modifier and Type Method Description DataProductResultItemSearchInventoryResultItem. dataProductItem()The data product.Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataProductResultItem Modifier and Type Method Description SearchInventoryResultItem.BuilderSearchInventoryResultItem.Builder. dataProductItem(DataProductResultItem dataProductItem)The data product.static SearchInventoryResultItemSearchInventoryResultItem. fromDataProductItem(DataProductResultItem dataProductItem)Create an instance of this class withSearchInventoryResultItem.dataProductItem()initialized to the given value.
-