| 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 |
|---|---|
GetWorkflowStepGroupResult |
AbstractAWSMigrationHubOrchestrator.getWorkflowStepGroup(GetWorkflowStepGroupRequest request) |
GetWorkflowStepGroupResult |
AWSMigrationHubOrchestratorClient.getWorkflowStepGroup(GetWorkflowStepGroupRequest request)
Get the step group of a migration workflow.
|
GetWorkflowStepGroupResult |
AWSMigrationHubOrchestrator.getWorkflowStepGroup(GetWorkflowStepGroupRequest getWorkflowStepGroupRequest)
Get the step group of a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowStepGroupResult> |
AbstractAWSMigrationHubOrchestratorAsync.getWorkflowStepGroupAsync(GetWorkflowStepGroupRequest request,
AsyncHandler<GetWorkflowStepGroupRequest,GetWorkflowStepGroupResult> asyncHandler) |
Future<GetWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsync.getWorkflowStepGroupAsync(GetWorkflowStepGroupRequest getWorkflowStepGroupRequest,
AsyncHandler<GetWorkflowStepGroupRequest,GetWorkflowStepGroupResult> asyncHandler)
Get the step group of a migration workflow.
|
Future<GetWorkflowStepGroupResult> |
AWSMigrationHubOrchestratorAsyncClient.getWorkflowStepGroupAsync(GetWorkflowStepGroupRequest request,
AsyncHandler<GetWorkflowStepGroupRequest,GetWorkflowStepGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.clone() |
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withCreationTime(Date creationTime)
The time at which the step group was created.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withDescription(String description)
The description of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withEndTime(Date endTime)
The time at which the step group ended.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withId(String id)
The ID of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the step group was last modified.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withName(String name)
The name of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withNext(Collection<String> next)
The next step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withNext(String... next)
The next step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withOwner(Owner owner)
The owner of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withOwner(String owner)
The owner of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withPrevious(Collection<String> previous)
The previous step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withPrevious(String... previous)
The previous step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withStatus(StepGroupStatus status)
The status of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withStatus(String status)
The status of the step group.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowStepGroupResult |
GetWorkflowStepGroupResult.withWorkflowId(String workflowId)
The ID of the migration workflow.
|
Copyright © 2024. All rights reserved.