| 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 StopWorkflowResponse |
MigrationHubOrchestratorClient.stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)
Stop an ongoing migration workflow.
|
default CompletableFuture<StopWorkflowResponse> |
MigrationHubOrchestratorAsyncClient.stopWorkflow(Consumer<StopWorkflowRequest.Builder> stopWorkflowRequest)
Stop an ongoing migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static StopWorkflowRequest.Builder |
StopWorkflowRequest.builder() |
StopWorkflowRequest.Builder |
StopWorkflowRequest.Builder.id(String id)
The ID of the migration workflow.
|
StopWorkflowRequest.Builder |
StopWorkflowRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopWorkflowRequest.Builder |
StopWorkflowRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopWorkflowRequest.Builder |
StopWorkflowRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopWorkflowRequest.Builder> |
StopWorkflowRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.