| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionMode |
ExecutionMode.fromValue(String value)
Use this in place of valueOf.
|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationExecution.setMode(ExecutionMode mode)
The automation execution mode.
|
void |
AutomationExecutionMetadata.setMode(ExecutionMode mode)
The Automation execution mode.
|
AutomationExecution |
AutomationExecution.withMode(ExecutionMode mode)
The automation execution mode.
|
AutomationExecutionMetadata |
AutomationExecutionMetadata.withMode(ExecutionMode mode)
The Automation execution mode.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMode(ExecutionMode mode)
The execution mode of the automation.
|
Copyright © 2021. All rights reserved.