| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhuborchestrator |
This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS
Migration Hub Orchestrator.
|
| software.amazon.awssdk.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowStepResponse |
MigrationHubOrchestratorClient.getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)
Get a step in the migration workflow.
|
default CompletableFuture<GetWorkflowStepResponse> |
MigrationHubOrchestratorAsyncClient.getWorkflowStep(Consumer<GetWorkflowStepRequest.Builder> getWorkflowStepRequest)
Get a step in the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.builder() |
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.Builder.id(String id)
The ID of the step.
|
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.Builder.stepGroupId(String stepGroupId)
desThe ID of the step group.
|
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.toBuilder() |
GetWorkflowStepRequest.Builder |
GetWorkflowStepRequest.Builder.workflowId(String workflowId)
The ID of the migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkflowStepRequest.Builder> |
GetWorkflowStepRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.