| 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 |
|---|---|
Future<RetryWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.retryWorkflowStepAsync(RetryWorkflowStepRequest request,
AsyncHandler<RetryWorkflowStepRequest,RetryWorkflowStepResult> asyncHandler) |
Future<RetryWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.retryWorkflowStepAsync(RetryWorkflowStepRequest retryWorkflowStepRequest,
AsyncHandler<RetryWorkflowStepRequest,RetryWorkflowStepResult> asyncHandler)
Retry a failed step in a migration workflow.
|
Future<RetryWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.retryWorkflowStepAsync(RetryWorkflowStepRequest request,
AsyncHandler<RetryWorkflowStepRequest,RetryWorkflowStepResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RetryWorkflowStepRequest |
RetryWorkflowStepRequest.clone() |
RetryWorkflowStepRequest |
RetryWorkflowStepRequest.withId(String id)
The ID of the step.
|
RetryWorkflowStepRequest |
RetryWorkflowStepRequest.withStepGroupId(String stepGroupId)
The ID of the step group.
|
RetryWorkflowStepRequest |
RetryWorkflowStepRequest.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2023. All rights reserved.