| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecution |
AutomationExecution.clone() |
AutomationExecution |
AutomationExecution.withSsmExecutionArn(String ssmExecutionArn)
The Amazon Resource Name (ARN) of the automation process.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecution> |
IncidentRecord.getAutomationExecutions()
The runbook, or automation document, that's run at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRecord |
IncidentRecord.withAutomationExecutions(AutomationExecution... automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentRecord.setAutomationExecutions(Collection<AutomationExecution> automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
IncidentRecord |
IncidentRecord.withAutomationExecutions(Collection<AutomationExecution> automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
Copyright © 2021. All rights reserved.