| Package | Description |
|---|---|
| com.amazonaws.services.mainframemodernization.model |
| Modifier and Type | Method and Description |
|---|---|
DataSetImportTask |
DataSetImportTask.clone() |
DataSetImportTask |
DataSetImportTask.withStatus(DataSetTaskLifecycle status)
The status of the data set import task.
|
DataSetImportTask |
DataSetImportTask.withStatus(String status)
The status of the data set import task.
|
DataSetImportTask |
DataSetImportTask.withStatusReason(String statusReason)
If dataset import failed, the failure reason will show here.
|
DataSetImportTask |
DataSetImportTask.withSummary(DataSetImportSummary summary)
A summary of the data set import task.
|
DataSetImportTask |
DataSetImportTask.withTaskId(String taskId)
The identifier of the data set import task.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSetImportTask> |
ListDataSetImportHistoryResult.getDataSetImportTasks()
The data set import tasks.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataSetImportHistoryResult |
ListDataSetImportHistoryResult.withDataSetImportTasks(DataSetImportTask... dataSetImportTasks)
The data set import tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetImportHistoryResult.setDataSetImportTasks(Collection<DataSetImportTask> dataSetImportTasks)
The data set import tasks.
|
ListDataSetImportHistoryResult |
ListDataSetImportHistoryResult.withDataSetImportTasks(Collection<DataSetImportTask> dataSetImportTasks)
The data set import tasks.
|
Copyright © 2024. All rights reserved.