| 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 |
|---|---|
CreateWorkflowStepGroupResult |
AbstractAWSMigrationHubOrchestrator.createWorkflowStepGroup(CreateWorkflowStepGroupRequest request) |
CreateWorkflowStepGroupResult |
AWSMigrationHubOrchestrator.createWorkflowStepGroup(CreateWorkflowStepGroupRequest createWorkflowStepGroupRequest)
Create a step group in a migration workflow.
|
CreateWorkflowStepGroupResult |
AWSMigrationHubOrchestratorClient.createWorkflowStepGroup(CreateWorkflowStepGroupRequest request)
Create a step group in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowStepGroupResult> |
AbstractAWSMigrationHubOrchestratorAsync.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> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowStepGroupAsync(CreateWorkflowStepGroupRequest request,
AsyncHandler<CreateWorkflowStepGroupRequest,CreateWorkflowStepGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.clone() |
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withCreationTime(Date creationTime)
The time at which the step group is created.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withDescription(String description)
The description of the step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withId(String id)
The ID of the step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withName(String name)
The name of the step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withNext(Collection<String> next)
The next step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withNext(String... next)
The next step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withPrevious(Collection<String> previous)
The previous step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withPrevious(String... previous)
The previous step group.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
CreateWorkflowStepGroupResult |
CreateWorkflowStepGroupResult.withWorkflowId(String workflowId)
The ID of the migration workflow that contains the step group.
|
Copyright © 2025. All rights reserved.