Uses of Class
software.amazon.awssdk.services.datazone.model.DataProductItem
-
Packages that use DataProductItem Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataProductItem in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DataProductItem Modifier and Type Method Description List<DataProductItem>CreateDataProductRequest. items()The data assets of the data product.List<DataProductItem>CreateDataProductResponse. items()The data assets of the data product.List<DataProductItem>CreateDataProductRevisionRequest. items()The data assets of the data product revision.List<DataProductItem>CreateDataProductRevisionResponse. items()The data assets of the data product revision.List<DataProductItem>GetDataProductResponse. items()The data assets of the data product.Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataProductItem Modifier and Type Method Description CreateDataProductRequest.BuilderCreateDataProductRequest.Builder. items(DataProductItem... items)The data assets of the data product.CreateDataProductResponse.BuilderCreateDataProductResponse.Builder. items(DataProductItem... items)The data assets of the data product.CreateDataProductRevisionRequest.BuilderCreateDataProductRevisionRequest.Builder. items(DataProductItem... items)The data assets of the data product revision.CreateDataProductRevisionResponse.BuilderCreateDataProductRevisionResponse.Builder. items(DataProductItem... items)The data assets of the data product revision.GetDataProductResponse.BuilderGetDataProductResponse.Builder. items(DataProductItem... items)The data assets of the data product.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type DataProductItem Modifier and Type Method Description CreateDataProductRequest.BuilderCreateDataProductRequest.Builder. items(Collection<DataProductItem> items)The data assets of the data product.CreateDataProductResponse.BuilderCreateDataProductResponse.Builder. items(Collection<DataProductItem> items)The data assets of the data product.CreateDataProductRevisionRequest.BuilderCreateDataProductRevisionRequest.Builder. items(Collection<DataProductItem> items)The data assets of the data product revision.CreateDataProductRevisionResponse.BuilderCreateDataProductRevisionResponse.Builder. items(Collection<DataProductItem> items)The data assets of the data product revision.GetDataProductResponse.BuilderGetDataProductResponse.Builder. items(Collection<DataProductItem> items)The data assets of the data product.
-