Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DatasetSourceType
-
Packages that use DatasetSourceType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of DatasetSourceType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return DatasetSourceType Modifier and Type Method Description static DatasetSourceTypeDatasetSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DatasetSourceTypeDatasetSource. sourceType()The type of data source for the dataset.DatasetSourceTypeListDatasetsRequest. sourceType()The type of data source for the dataset.static DatasetSourceTypeDatasetSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetSourceType[]DatasetSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type DatasetSourceType Modifier and Type Method Description static Set<DatasetSourceType>DatasetSourceType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type DatasetSourceType Modifier and Type Method Description DatasetSource.BuilderDatasetSource.Builder. sourceType(DatasetSourceType sourceType)The type of data source for the dataset.ListDatasetsRequest.BuilderListDatasetsRequest.Builder. sourceType(DatasetSourceType sourceType)The type of data source for the dataset.
-