| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformScriptKey |
PlatformScriptKey.clone() |
PlatformScriptKey |
StepAutomationConfiguration.getScriptLocationS3Key()
The Amazon S3 key for the script location.
|
PlatformScriptKey |
WorkflowStepAutomationConfiguration.getScriptLocationS3Key()
The Amazon S3 key for the script location.
|
PlatformScriptKey |
PlatformScriptKey.withLinux(String linux)
The script location for Linux.
|
PlatformScriptKey |
PlatformScriptKey.withWindows(String windows)
The script location for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepAutomationConfiguration.setScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
void |
WorkflowStepAutomationConfiguration.setScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
StepAutomationConfiguration |
StepAutomationConfiguration.withScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
WorkflowStepAutomationConfiguration |
WorkflowStepAutomationConfiguration.withScriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)
The Amazon S3 key for the script location.
|
Copyright © 2024. All rights reserved.