| 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 |
|---|---|
GetTemplateStepResult |
AbstractAWSMigrationHubOrchestrator.getTemplateStep(GetTemplateStepRequest request) |
GetTemplateStepResult |
AWSMigrationHubOrchestratorClient.getTemplateStep(GetTemplateStepRequest request)
Get a specific step in a template.
|
GetTemplateStepResult |
AWSMigrationHubOrchestrator.getTemplateStep(GetTemplateStepRequest getTemplateStepRequest)
Get a specific step in a template.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetTemplateStepResult> |
AbstractAWSMigrationHubOrchestratorAsync.getTemplateStepAsync(GetTemplateStepRequest request,
AsyncHandler<GetTemplateStepRequest,GetTemplateStepResult> asyncHandler) |
Future<GetTemplateStepResult> |
AWSMigrationHubOrchestratorAsyncClient.getTemplateStepAsync(GetTemplateStepRequest request,
AsyncHandler<GetTemplateStepRequest,GetTemplateStepResult> asyncHandler) |
Future<GetTemplateStepResult> |
AWSMigrationHubOrchestratorAsync.getTemplateStepAsync(GetTemplateStepRequest getTemplateStepRequest,
AsyncHandler<GetTemplateStepRequest,GetTemplateStepResult> asyncHandler)
Get a specific step in a template.
|
| Modifier and Type | Method and Description |
|---|---|
GetTemplateStepResult |
GetTemplateStepResult.clone() |
GetTemplateStepResult |
GetTemplateStepResult.withCreationTime(String creationTime)
The time at which the step was created.
|
GetTemplateStepResult |
GetTemplateStepResult.withDescription(String description)
The description of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withId(String id)
The ID of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withName(String name)
The name of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withNext(Collection<String> next)
The next step.
|
GetTemplateStepResult |
GetTemplateStepResult.withNext(String... next)
The next step.
|
GetTemplateStepResult |
GetTemplateStepResult.withOutputs(Collection<StepOutput> outputs)
The outputs of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withOutputs(StepOutput... outputs)
The outputs of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withPrevious(Collection<String> previous)
The previous step.
|
GetTemplateStepResult |
GetTemplateStepResult.withPrevious(String... previous)
The previous step.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepActionType(StepActionType stepActionType)
The action type of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepActionType(String stepActionType)
The action type of the step.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepAutomationConfiguration(StepAutomationConfiguration stepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
GetTemplateStepResult |
GetTemplateStepResult.withStepGroupId(String stepGroupId)
The ID of the step group.
|
GetTemplateStepResult |
GetTemplateStepResult.withTemplateId(String templateId)
The ID of the template.
|
Copyright © 2023. All rights reserved.