Uses of Class
software.amazon.awssdk.services.migrationhub.model.Task
-
Packages that use Task Package Description software.amazon.awssdk.services.migrationhub.model -
-
Uses of Task in software.amazon.awssdk.services.migrationhub.model
Methods in software.amazon.awssdk.services.migrationhub.model that return Task Modifier and Type Method Description TaskMigrationTaskUpdate. migrationTaskState()Returns the value of the MigrationTaskState property for this object.TaskMigrationTask. task()Task object encapsulating task information.TaskNotifyMigrationTaskStateRequest. task()Information about the task's progress and status.Methods in software.amazon.awssdk.services.migrationhub.model with parameters of type Task Modifier and Type Method Description MigrationTaskUpdate.BuilderMigrationTaskUpdate.Builder. migrationTaskState(Task migrationTaskState)Sets the value of the MigrationTaskState property for this object.MigrationTask.BuilderMigrationTask.Builder. task(Task task)Task object encapsulating task information.NotifyMigrationTaskStateRequest.BuilderNotifyMigrationTaskStateRequest.Builder. task(Task task)Information about the task's progress and status.
-