| 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<CreateWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowStepGroupAsync(CreateWorkflowStepGroupRequest request,
AsyncHandler<CreateWorkflowStepGroupRequest,CreateWorkflowStepGroupResult> asyncHandler) |
Future<CreateWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowStepGroupAsync(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest,
AsyncHandler<CreateWorkflowStepGroupRequest,CreateWorkflowStepGroupResult> asyncHandler)
Create a step group in a migration workflow.
|
Future<CreateWorkflowStepGroupResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowStepGroupAsync(CreateWorkflowStepGroupRequest request,
AsyncHandler<CreateWorkflowStepGroupRequest,CreateWorkflowStepGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.clone() |
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withDescription(String description)
The description of the step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withName(String name)
The name of the step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withNext(Collection<String> next)
The next step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withNext(String... next)
The next step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withPrevious(Collection<String> previous)
The previous step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withPrevious(String... previous)
The previous step group.
|
CreateWorkflowStepGroupRequest |
CreateWorkflowStepGroupRequest.withWorkflowId(String workflowId)
The ID of the migration workflow that will contain the step group.
|
Copyright © 2025. All rights reserved.