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