| 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 |
|---|---|
CreateWorkflowResult |
AWSMigrationHubOrchestratorClient.createWorkflow(CreateWorkflowRequest request)
Create a workflow to orchestrate your migrations.
|
CreateWorkflowResult |
AbstractAWSMigrationHubOrchestrator.createWorkflow(CreateWorkflowRequest request) |
CreateWorkflowResult |
AWSMigrationHubOrchestrator.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
Future<CreateWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest request) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowAsync(CreateWorkflowRequest request) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest)
Create a workflow to orchestrate your migrations.
|
Future<CreateWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Create a workflow to orchestrate your migrations.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSMigrationHubOrchestratorAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Create a workflow to orchestrate your migrations.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest |
CreateWorkflowRequest.addInputParametersEntry(String key,
StepInput value)
Add a single InputParameters entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearInputParametersEntries()
Removes all the entries added into InputParameters.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorkflowRequest |
CreateWorkflowRequest.clone() |
CreateWorkflowRequest |
CreateWorkflowRequest.withApplicationConfigurationId(String applicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withDescription(String description)
The description of the migration workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withInputParameters(Map<String,StepInput> inputParameters)
The input parameters required to create a migration workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withName(String name)
The name of the migration workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withStepTargets(Collection<String> stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withStepTargets(String... stepTargets)
The servers on which a step will be run.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTags(Map<String,String> tags)
The tags to add on a migration workflow.
|
CreateWorkflowRequest |
CreateWorkflowRequest.withTemplateId(String templateId)
The ID of the template.
|
Copyright © 2023. All rights reserved.