| 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 ListWorkflowsResponse |
MigrationHubOrchestratorClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
default CompletableFuture<ListWorkflowsResponse> |
MigrationHubOrchestratorAsyncClient.listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowsIterable |
MigrationHubOrchestratorClient.listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
default ListWorkflowsPublisher |
MigrationHubOrchestratorAsyncClient.listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)
List the migration workflows.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.adsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
|
static ListWorkflowsRequest.Builder |
ListWorkflowsRequest.builder() |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.name(String name)
The name of the migration workflow.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.nextToken(String nextToken)
The pagination token.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.status(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.status(String status)
The status of the migration workflow.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.Builder.templateId(String templateId)
The ID of the template.
|
ListWorkflowsRequest.Builder |
ListWorkflowsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListWorkflowsRequest.Builder> |
ListWorkflowsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.