| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.clone() |
WorkflowStepAutomationConfiguration |
UpdateWorkflowStepRequest.getWorkflowStepAutomationConfiguration()
The custom script to run tests on the source and target environments.
|
WorkflowStepAutomationConfiguration |
GetWorkflowStepResult.getWorkflowStepAutomationConfiguration()
The custom script to run tests on source or target environments.
|
WorkflowStepAutomationConfiguration |
CreateWorkflowStepRequest.getWorkflowStepAutomationConfiguration()
The custom script to run tests on source or target environments.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withCommand(PlatformCommand command)
The command required to run the script.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withRunEnvironment(RunEnvironment runEnvironment)
The source or target environment.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withRunEnvironment(String runEnvironment)
The source or target environment.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withScriptLocationS3Bucket(String scriptLocationS3Bucket)
The Amazon S3 bucket where the script is located.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withTargetType(String targetType)
The servers on which to run the script.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withTargetType(TargetType targetType)
The servers on which to run the script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkflowStepRequest.setWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
void |
GetWorkflowStepResult.setWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
void |
CreateWorkflowStepRequest.setWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
UpdateWorkflowStepRequest |
UpdateWorkflowStepRequest.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on the source and target environments.
|
GetWorkflowStepResult |
GetWorkflowStepResult.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
CreateWorkflowStepRequest |
CreateWorkflowStepRequest.withWorkflowStepAutomationConfiguration(WorkflowStepAutomationConfiguration workflowStepAutomationConfiguration)
The custom script to run tests on source or target environments.
|
Copyright © 2022. All rights reserved.