| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformCommand |
PlatformCommand.clone() |
PlatformCommand |
WorkflowStepAutomationConfiguration.getCommand()
The command required to run the script.
|
PlatformCommand |
StepAutomationConfiguration.getCommand()
The command to run the script.
|
PlatformCommand |
PlatformCommand.withLinux(String linux)
Command for Linux.
|
PlatformCommand |
PlatformCommand.withWindows(String windows)
Command for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStepAutomationConfiguration.setCommand(PlatformCommand command)
The command required to run the script.
|
void |
StepAutomationConfiguration.setCommand(PlatformCommand command)
The command to run the script.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withCommand(PlatformCommand command)
The command required to run the script.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withCommand(PlatformCommand command)
The command to run the script.
|
Copyright © 2024. All rights reserved.