| 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<UpdateWorkflowStepGroupResult> |
AbstractAWSMigrationHubOrchestratorAsync.updateWorkflowStepGroupAsync(UpdateWorkflowStepGroupRequest request,
AsyncHandler<UpdateWorkflowStepGroupRequest,UpdateWorkflowStepGroupResult> asyncHandler) |
Future<UpdateWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsyncClient.updateWorkflowStepGroupAsync(UpdateWorkflowStepGroupRequest request,
AsyncHandler<UpdateWorkflowStepGroupRequest,UpdateWorkflowStepGroupResult> asyncHandler) |
Future<UpdateWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsync.updateWorkflowStepGroupAsync(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest,
AsyncHandler<UpdateWorkflowStepGroupRequest,UpdateWorkflowStepGroupResult> asyncHandler)
Update the step group in a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.clone() |
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withDescription(String description)
The description of the step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withId(String id)
The ID of the step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withName(String name)
The name of the step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withNext(Collection<String> next)
The next step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withNext(String... next)
The next step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withPrevious(Collection<String> previous)
The previous step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withPrevious(String... previous)
The previous step group.
|
UpdateWorkflowStepGroupRequest |
UpdateWorkflowStepGroupRequest.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2023. All rights reserved.