| Package | Description |
|---|---|
| com.amazonaws.services.migrationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.clone() |
Task |
MigrationTask.getTask()
Task object encapsulating task information.
|
Task |
NotifyMigrationTaskStateRequest.getTask()
Information about the task's progress and status.
|
Task |
Task.withProgressPercent(Integer progressPercent)
Indication of the percentage completion of the task.
|
Task |
Task.withStatus(Status status)
Status of the task - Not Started, In-Progress, Complete.
|
Task |
Task.withStatus(String status)
Status of the task - Not Started, In-Progress, Complete.
|
Task |
Task.withStatusDetail(String statusDetail)
Details of task status as notified by a migration tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationTask.setTask(Task task)
Task object encapsulating task information.
|
void |
NotifyMigrationTaskStateRequest.setTask(Task task)
Information about the task's progress and status.
|
MigrationTask |
MigrationTask.withTask(Task task)
Task object encapsulating task information.
|
NotifyMigrationTaskStateRequest |
NotifyMigrationTaskStateRequest.withTask(Task task)
Information about the task's progress and status.
|
Copyright © 2020. All rights reserved.