| 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 |
|---|---|
GetWorkflowResult |
AbstractAWSMigrationHubOrchestrator.getWorkflow(GetWorkflowRequest request) |
GetWorkflowResult |
AWSMigrationHubOrchestratorClient.getWorkflow(GetWorkflowRequest request)
Get migration workflow.
|
GetWorkflowResult |
AWSMigrationHubOrchestrator.getWorkflow(GetWorkflowRequest getWorkflowRequest)
Get migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetWorkflowResult> |
AWSMigrationHubOrchestratorAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AbstractAWSMigrationHubOrchestratorAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AWSMigrationHubOrchestratorAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Get migration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowResult |
GetWorkflowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetWorkflowResult |
GetWorkflowResult.addWorkflowInputsEntry(String key,
StepInput value)
Add a single WorkflowInputs entry
|
GetWorkflowResult |
GetWorkflowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetWorkflowResult |
GetWorkflowResult.clearWorkflowInputsEntries()
Removes all the entries added into WorkflowInputs.
|
GetWorkflowResult |
GetWorkflowResult.clone() |
GetWorkflowResult |
GetWorkflowResult.withAdsApplicationConfigurationId(String adsApplicationConfigurationId)
The configuration ID of the application configured in Application Discovery Service.
|
GetWorkflowResult |
GetWorkflowResult.withAdsApplicationName(String adsApplicationName)
The name of the application configured in Application Discovery Service.
|
GetWorkflowResult |
GetWorkflowResult.withArn(String arn)
The Amazon Resource Name (ARN) of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withCompletedSteps(Integer completedSteps)
Get a list of completed steps in the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withCreationTime(Date creationTime)
The time at which the migration workflow was created.
|
GetWorkflowResult |
GetWorkflowResult.withDescription(String description)
The description of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withEndTime(Date endTime)
The time at which the migration workflow ended.
|
GetWorkflowResult |
GetWorkflowResult.withId(String id)
The ID of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the migration workflow was last modified.
|
GetWorkflowResult |
GetWorkflowResult.withLastStartTime(Date lastStartTime)
The time at which the migration workflow was last started.
|
GetWorkflowResult |
GetWorkflowResult.withLastStopTime(Date lastStopTime)
The time at which the migration workflow was last stopped.
|
GetWorkflowResult |
GetWorkflowResult.withName(String name)
The name of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(MigrationWorkflowStatusEnum status)
The status of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withStatus(String status)
The status of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withStatusMessage(String statusMessage)
The status message of the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withTags(Map<String,String> tags)
The tags added to the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withTemplateId(String templateId)
The ID of the template.
|
GetWorkflowResult |
GetWorkflowResult.withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withTotalSteps(Integer totalSteps)
The total number of steps in the migration workflow.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowBucket(String workflowBucket)
The Amazon S3 bucket where the migration logs are stored.
|
GetWorkflowResult |
GetWorkflowResult.withWorkflowInputs(Map<String,StepInput> workflowInputs)
The inputs required for creating the migration workflow.
|
Copyright © 2023. All rights reserved.