| 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 UpdateWorkflowResponse |
MigrationHubOrchestratorClient.updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Update a migration workflow.
|
default CompletableFuture<UpdateWorkflowResponse> |
MigrationHubOrchestratorAsyncClient.updateWorkflow(Consumer<UpdateWorkflowRequest.Builder> updateWorkflowRequest)
Update a migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.builder() |
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.description(String description)
The description of the migration workflow.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.id(String id)
The ID of the migration workflow.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.inputParameters(Map<String,StepInput> inputParameters)
The input parameters required to update a migration workflow.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.name(String name)
The name of the migration workflow.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.stepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.Builder.stepTargets(String... stepTargets)
The servers on which a step will be run.
|
UpdateWorkflowRequest.Builder |
UpdateWorkflowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkflowRequest.Builder> |
UpdateWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.