| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatusType |
TaskStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TaskStatusType |
TaskRunFilterCriteria.status()
The current status of the task run.
|
TaskStatusType |
GetDataQualityRuleRecommendationRunResponse.status()
The status for this run.
|
TaskStatusType |
CancelMlTaskRunResponse.status()
The status for this run.
|
TaskStatusType |
TaskRun.status()
The current status of the requested task run.
|
TaskStatusType |
GetDataQualityRulesetEvaluationRunResponse.status()
The status for this run.
|
TaskStatusType |
GetMlTaskRunResponse.status()
The status for this task run.
|
TaskStatusType |
DataQualityRuleRecommendationRunDescription.status()
The status for this run.
|
TaskStatusType |
DataQualityRulesetEvaluationRunDescription.status()
The status for this run.
|
static TaskStatusType |
TaskStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TaskStatusType> |
TaskStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TaskRunFilterCriteria.Builder |
TaskRunFilterCriteria.Builder.status(TaskStatusType status)
The current status of the task run.
|
GetDataQualityRuleRecommendationRunResponse.Builder |
GetDataQualityRuleRecommendationRunResponse.Builder.status(TaskStatusType status)
The status for this run.
|
CancelMlTaskRunResponse.Builder |
CancelMlTaskRunResponse.Builder.status(TaskStatusType status)
The status for this run.
|
TaskRun.Builder |
TaskRun.Builder.status(TaskStatusType status)
The current status of the requested task run.
|
GetDataQualityRulesetEvaluationRunResponse.Builder |
GetDataQualityRulesetEvaluationRunResponse.Builder.status(TaskStatusType status)
The status for this run.
|
GetMlTaskRunResponse.Builder |
GetMlTaskRunResponse.Builder.status(TaskStatusType status)
The status for this task run.
|
DataQualityRuleRecommendationRunDescription.Builder |
DataQualityRuleRecommendationRunDescription.Builder.status(TaskStatusType status)
The status for this run.
|
DataQualityRulesetEvaluationRunDescription.Builder |
DataQualityRulesetEvaluationRunDescription.Builder.status(TaskStatusType status)
The status for this run.
|
Copyright © 2023. All rights reserved.