| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowResult |
AbstractAWSMigrationHubOrchestrator.startWorkflow(StartWorkflowRequest request) |
StartWorkflowResult |
AWSMigrationHubOrchestratorClient.startWorkflow(StartWorkflowRequest request)
Start a migration workflow.
|
StartWorkflowResult |
AWSMigrationHubOrchestrator.startWorkflow(StartWorkflowRequest startWorkflowRequest)
Start a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.startWorkflowAsync(StartWorkflowRequest request,
AsyncHandler<StartWorkflowRequest,StartWorkflowResult> asyncHandler) |
Future<StartWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.startWorkflowAsync(StartWorkflowRequest request,
AsyncHandler<StartWorkflowRequest,StartWorkflowResult> asyncHandler) |
Future<StartWorkflowResult> |
AWSMigrationHubOrchestratorAsync.startWorkflowAsync(StartWorkflowRequest startWorkflowRequest,
AsyncHandler<StartWorkflowRequest,StartWorkflowResult> asyncHandler)
Start a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
StartWorkflowResult |
StartWorkflowResult.clone() |
StartWorkflowResult |
StartWorkflowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
StartWorkflowResult |
StartWorkflowResult.withId(String id)
The ID of the migration workflow.
|
StartWorkflowResult |
StartWorkflowResult.withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
StartWorkflowResult |
StartWorkflowResult.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StartWorkflowResult |
StartWorkflowResult.withStatus(String status)
The status of the migration workflow.
|
StartWorkflowResult |
StartWorkflowResult.withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
Copyright © 2024. All rights reserved.