Uses of Class
software.amazon.awssdk.services.m2.model.DataSetTaskLifecycle
-
Packages that use DataSetTaskLifecycle Package Description software.amazon.awssdk.services.m2.model -
-
Uses of DataSetTaskLifecycle in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return DataSetTaskLifecycle Modifier and Type Method Description static DataSetTaskLifecycleDataSetTaskLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataSetTaskLifecycleDataSetImportTask. status()The status of the data set import task.DataSetTaskLifecycleGetDataSetImportTaskResponse. status()The status of the task.static DataSetTaskLifecycleDataSetTaskLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetTaskLifecycle[]DataSetTaskLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type DataSetTaskLifecycle Modifier and Type Method Description static Set<DataSetTaskLifecycle>DataSetTaskLifecycle. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type DataSetTaskLifecycle Modifier and Type Method Description DataSetImportTask.BuilderDataSetImportTask.Builder. status(DataSetTaskLifecycle status)The status of the data set import task.GetDataSetImportTaskResponse.BuilderGetDataSetImportTaskResponse.Builder. status(DataSetTaskLifecycle status)The status of the task.
-