| 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 |
|---|---|
GetTemplateResult |
AWSMigrationHubOrchestratorClient.getTemplate(GetTemplateRequest request)
Get the template you want to use for creating a migration workflow.
|
GetTemplateResult |
AWSMigrationHubOrchestrator.getTemplate(GetTemplateRequest getTemplateRequest)
Get the template you want to use for creating a migration workflow.
|
GetTemplateResult |
AbstractAWSMigrationHubOrchestrator.getTemplate(GetTemplateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsyncClient.getTemplateAsync(GetTemplateRequest request) |
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest getTemplateRequest)
Get the template you want to use for creating a migration workflow.
|
Future<GetTemplateResult> |
AbstractAWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest request) |
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsyncClient.getTemplateAsync(GetTemplateRequest request,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler) |
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest getTemplateRequest,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler)
Get the template you want to use for creating a migration workflow.
|
Future<GetTemplateResult> |
AbstractAWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest request,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsyncClient.getTemplateAsync(GetTemplateRequest request,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler) |
Future<GetTemplateResult> |
AWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest getTemplateRequest,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler)
Get the template you want to use for creating a migration workflow.
|
Future<GetTemplateResult> |
AbstractAWSMigrationHubOrchestratorAsync.getTemplateAsync(GetTemplateRequest request,
AsyncHandler<GetTemplateRequest,GetTemplateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetTemplateResult |
GetTemplateResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTemplateResult |
GetTemplateResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetTemplateResult |
GetTemplateResult.clone() |
GetTemplateResult |
GetTemplateResult.withCreationTime(Date creationTime)
The time at which the template was last created.
|
GetTemplateResult |
GetTemplateResult.withDescription(String description)
The time at which the template was last created.
|
GetTemplateResult |
GetTemplateResult.withId(String id)
The ID of the template.
|
GetTemplateResult |
GetTemplateResult.withInputs(Collection<TemplateInput> inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResult |
GetTemplateResult.withInputs(TemplateInput... inputs)
The inputs provided for the creation of the migration workflow.
|
GetTemplateResult |
GetTemplateResult.withName(String name)
The name of the template.
|
GetTemplateResult |
GetTemplateResult.withOwner(String owner)
The owner of the migration workflow template.
|
GetTemplateResult |
GetTemplateResult.withStatus(String status)
The status of the template.
|
GetTemplateResult |
GetTemplateResult.withStatus(TemplateStatus status)
The status of the template.
|
GetTemplateResult |
GetTemplateResult.withStatusMessage(String statusMessage)
The status message of retrieving migration workflow templates.
|
GetTemplateResult |
GetTemplateResult.withTags(Map<String,String> tags)
The tags added to the migration workflow template.
|
GetTemplateResult |
GetTemplateResult.withTemplateArn(String templateArn)
>The Amazon Resource Name (ARN) of the migration workflow template.
|
GetTemplateResult |
GetTemplateResult.withTemplateClass(String templateClass)
The class of the migration workflow template.
|
GetTemplateResult |
GetTemplateResult.withTools(Collection<Tool> tools)
List of AWS services utilized in a migration workflow.
|
GetTemplateResult |
GetTemplateResult.withTools(Tool... tools)
List of AWS services utilized in a migration workflow.
|
Copyright © 2025. All rights reserved.