Uses of Class
software.amazon.awssdk.services.glue.model.TaskStatusType
-
Packages that use TaskStatusType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TaskStatusType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TaskStatusType Modifier and Type Method Description static TaskStatusTypeTaskStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskStatusTypeCancelMlTaskRunResponse. status()The status for this run.TaskStatusTypeDataQualityRuleRecommendationRunDescription. status()The status for this run.TaskStatusTypeDataQualityRulesetEvaluationRunDescription. status()The status for this run.TaskStatusTypeGetDataQualityRuleRecommendationRunResponse. status()The status for this run.TaskStatusTypeGetDataQualityRulesetEvaluationRunResponse. status()The status for this run.TaskStatusTypeGetMlTaskRunResponse. status()The status for this task run.TaskStatusTypeTaskRun. status()The current status of the requested task run.TaskStatusTypeTaskRunFilterCriteria. status()The current status of the task run.static TaskStatusTypeTaskStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatusType[]TaskStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TaskStatusType Modifier and Type Method Description static Set<TaskStatusType>TaskStatusType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TaskStatusType Modifier and Type Method Description CancelMlTaskRunResponse.BuilderCancelMlTaskRunResponse.Builder. status(TaskStatusType status)The status for this run.DataQualityRuleRecommendationRunDescription.BuilderDataQualityRuleRecommendationRunDescription.Builder. status(TaskStatusType status)The status for this run.DataQualityRulesetEvaluationRunDescription.BuilderDataQualityRulesetEvaluationRunDescription.Builder. status(TaskStatusType status)The status for this run.GetDataQualityRuleRecommendationRunResponse.BuilderGetDataQualityRuleRecommendationRunResponse.Builder. status(TaskStatusType status)The status for this run.GetDataQualityRulesetEvaluationRunResponse.BuilderGetDataQualityRulesetEvaluationRunResponse.Builder. status(TaskStatusType status)The status for this run.GetMlTaskRunResponse.BuilderGetMlTaskRunResponse.Builder. status(TaskStatusType status)The status for this task run.TaskRun.BuilderTaskRun.Builder. status(TaskStatusType status)The current status of the requested task run.TaskRunFilterCriteria.BuilderTaskRunFilterCriteria.Builder. status(TaskStatusType status)The current status of the task run.
-