Uses of Class
software.amazon.awssdk.services.iotanalytics.model.DatasetActionType
-
Packages that use DatasetActionType Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatasetActionType in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DatasetActionType Modifier and Type Method Description DatasetActionTypeDatasetActionSummary. actionType()The type of action by which the dataset's contents are automatically created.static DatasetActionTypeDatasetActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DatasetActionTypeDatasetActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetActionType[]DatasetActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DatasetActionType Modifier and Type Method Description static Set<DatasetActionType>DatasetActionType. knownValues()Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type DatasetActionType Modifier and Type Method Description DatasetActionSummary.BuilderDatasetActionSummary.Builder. actionType(DatasetActionType actionType)The type of action by which the dataset's contents are automatically created.
-