| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSetTaskLifecycle |
DataSetTaskLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataSetTaskLifecycle |
DataSetImportTask.status()
The status of the data set import task.
|
DataSetTaskLifecycle |
GetDataSetImportTaskResponse.status()
The status of the task.
|
static DataSetTaskLifecycle |
DataSetTaskLifecycle.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataSetTaskLifecycle> |
DataSetTaskLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataSetImportTask.Builder |
DataSetImportTask.Builder.status(DataSetTaskLifecycle status)
The status of the data set import task.
|
GetDataSetImportTaskResponse.Builder |
GetDataSetImportTaskResponse.Builder.status(DataSetTaskLifecycle status)
The status of the task.
|
Copyright © 2023. All rights reserved.