| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
UpdateResponsePlanRequest.getActions()
The actions that this response plan takes at the beginning of an incident.
|
List<Action> |
GetResponsePlanResult.getActions()
The actions that this response plan takes at the beginning of the incident.
|
List<Action> |
CreateResponsePlanRequest.getActions()
The actions that the response plan starts at the beginning of an incident.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withActions(Action... actions)
The actions that this response plan takes at the beginning of an incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withActions(Action... actions)
The actions that this response plan takes at the beginning of the incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withActions(Action... actions)
The actions that the response plan starts at the beginning of an incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResponsePlanRequest.setActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of an incident.
|
void |
GetResponsePlanResult.setActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of the incident.
|
void |
CreateResponsePlanRequest.setActions(Collection<Action> actions)
The actions that the response plan starts at the beginning of an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of an incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of the incident.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withActions(Collection<Action> actions)
The actions that the response plan starts at the beginning of an incident.
|
Copyright © 2022. All rights reserved.