| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatusType |
TaskStatusType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
GetMLTaskRunResult |
GetMLTaskRunResult.withStatus(TaskStatusType status)
The status for this task run.
|
TaskRunFilterCriteria |
TaskRunFilterCriteria.withStatus(TaskStatusType status)
The current status of the task run.
|
CancelMLTaskRunResult |
CancelMLTaskRunResult.withStatus(TaskStatusType status)
The status for this run.
|
TaskRun |
TaskRun.withStatus(TaskStatusType status)
The current status of the requested task run.
|
Copyright © 2022. All rights reserved.