| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static AutomationExecution |
AutomationExecution.fromSsmExecutionArn(String ssmExecutionArn)
Create an instance of this class with
ssmExecutionArn() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<AutomationExecution> |
IncidentRecord.automationExecutions()
The runbook, or automation document, that's run at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRecord.Builder |
IncidentRecord.Builder.automationExecutions(AutomationExecution... automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentRecord.Builder |
IncidentRecord.Builder.automationExecutions(Collection<AutomationExecution> automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
Copyright © 2023. All rights reserved.