| 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 |
|---|---|
CreateWorkflowStepResult |
AWSMigrationHubOrchestratorClient.createWorkflowStep(CreateWorkflowStepRequest request)
Create a step in the migration workflow.
|
CreateWorkflowStepResult |
AbstractAWSMigrationHubOrchestrator.createWorkflowStep(CreateWorkflowStepRequest request) |
CreateWorkflowStepResult |
AWSMigrationHubOrchestrator.createWorkflowStep(CreateWorkflowStepRequest createWorkflowStepRequest)
Create a step in the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowStepAsync(CreateWorkflowStepRequest request,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler) |
Future<CreateWorkflowStepResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowStepAsync(CreateWorkflowStepRequest createWorkflowStepRequest,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler)
Create a step in the migration workflow.
|
Future<CreateWorkflowStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowStepAsync(CreateWorkflowStepRequest request,
AsyncHandler<CreateWorkflowStepRequest,CreateWorkflowStepResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowStepResult |
CreateWorkflowStepResult.clone() |
CreateWorkflowStepResult |
CreateWorkflowStepResult.withId(String id)
The ID of the step.
|
CreateWorkflowStepResult |
CreateWorkflowStepResult.withName(String name)
The name of the step.
|
CreateWorkflowStepResult |
CreateWorkflowStepResult.withStepGroupId(String stepGroupId)
The ID of the step group.
|
CreateWorkflowStepResult |
CreateWorkflowStepResult.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2023. All rights reserved.