| 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 |
|---|---|
Future<ListWorkflowsResult> |
AbstractAWSMigrationHubOrchestratorAsync.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSMigrationHubOrchestratorAsyncClient.listWorkflowsAsync(ListWorkflowsRequest request,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler) |
Future<ListWorkflowsResult> |
AWSMigrationHubOrchestratorAsync.listWorkflowsAsync(ListWorkflowsRequest listWorkflowsRequest,
AsyncHandler<ListWorkflowsRequest,ListWorkflowsResult> asyncHandler)
List the migration workflows.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowsRequest |
ListWorkflowsRequest.clone() |
ListWorkflowsRequest |
ListWorkflowsRequest.withAdsApplicationConfigurationName(String adsApplicationConfigurationName)
The name of the application configured in Application Discovery Service.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withMaxResults(Integer maxResults)
The maximum number of results that can be returned.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withName(String name)
The name of the migration workflow.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withNextToken(String nextToken)
The pagination token.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withStatus(String status)
The status of the migration workflow.
|
ListWorkflowsRequest |
ListWorkflowsRequest.withTemplateId(String templateId)
The ID of the template.
|
Copyright © 2023. All rights reserved.