| 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 |
|---|---|
UpdateWorkflowStepGroupResult |
AWSMigrationHubOrchestratorClient.updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest request)
Update the step group in a migration workflow.
|
UpdateWorkflowStepGroupResult |
AWSMigrationHubOrchestrator.updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest updateWorkflowStepGroupRequest)
Update the step group in a migration workflow.
|
UpdateWorkflowStepGroupResult |
AbstractAWSMigrationHubOrchestrator.updateWorkflowStepGroup(UpdateWorkflowStepGroupRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateWorkflowStepGroupResult> |
AbstractAWSMigrationHubOrchestratorAsync.updateWorkflowStepGroupAsync(UpdateWorkflowStepGroupRequest request,
AsyncHandler<UpdateWorkflowStepGroupRequest,UpdateWorkflowStepGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.clone() |
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withDescription(String description)
The description of the step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withId(String id)
The ID of the step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the step group was last modified.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withName(String name)
The name of the step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withNext(Collection<String> next)
The next step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withNext(String... next)
The next step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withPrevious(Collection<String> previous)
The previous step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withPrevious(String... previous)
The previous step group.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
UpdateWorkflowStepGroupResult |
UpdateWorkflowStepGroupResult.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2023. All rights reserved.