| 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 |
|---|---|
StopWorkflowResult |
AWSMigrationHubOrchestratorClient.stopWorkflow(StopWorkflowRequest request)
Stop an ongoing migration workflow.
|
StopWorkflowResult |
AbstractAWSMigrationHubOrchestrator.stopWorkflow(StopWorkflowRequest request) |
StopWorkflowResult |
AWSMigrationHubOrchestrator.stopWorkflow(StopWorkflowRequest stopWorkflowRequest)
Stop an ongoing migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.stopWorkflowAsync(StopWorkflowRequest request,
AsyncHandler<StopWorkflowRequest,StopWorkflowResult> asyncHandler) |
Future<StopWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.stopWorkflowAsync(StopWorkflowRequest request,
AsyncHandler<StopWorkflowRequest,StopWorkflowResult> asyncHandler) |
Future<StopWorkflowResult> |
AWSMigrationHubOrchestratorAsync.stopWorkflowAsync(StopWorkflowRequest stopWorkflowRequest,
AsyncHandler<StopWorkflowRequest,StopWorkflowResult> asyncHandler)
Stop an ongoing migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
StopWorkflowResult |
StopWorkflowResult.clone() |
StopWorkflowResult |
StopWorkflowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
StopWorkflowResult |
StopWorkflowResult.withId(String id)
The ID of the migration workflow.
|
StopWorkflowResult |
StopWorkflowResult.withLastStopTime(Date lastStopTime)
The time at which the migration workflow was stopped.
|
StopWorkflowResult |
StopWorkflowResult.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
StopWorkflowResult |
StopWorkflowResult.withStatus(String status)
The status of the migration workflow.
|
StopWorkflowResult |
StopWorkflowResult.withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
Copyright © 2022. All rights reserved.