Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DatasetEntry
-
Packages that use DatasetEntry Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatasetEntry in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DatasetEntry Modifier and Type Method Description List<DatasetEntry>GetDatasetContentResponse. entries()A list ofDatasetEntryobjects.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type DatasetEntry Modifier and Type Method Description GetDatasetContentResponse.BuilderGetDatasetContentResponse.Builder. entries(DatasetEntry... entries)A list ofDatasetEntryobjects.Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type DatasetEntry Modifier and Type Method Description GetDatasetContentResponse.BuilderGetDatasetContentResponse.Builder. entries(Collection<DatasetEntry> entries)A list ofDatasetEntryobjects.
-