| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.fromSsmAutomation(Consumer<SsmAutomation.Builder> ssmAutomation)
Create an instance of this class with
ssmAutomation() initialized to the given value. |
static Action |
Action.fromSsmAutomation(SsmAutomation ssmAutomation)
Create an instance of this class with
ssmAutomation() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
CreateResponsePlanRequest.actions()
The actions that the response plan starts at the beginning of an incident.
|
List<Action> |
UpdateResponsePlanRequest.actions()
The actions that this response plan takes at the beginning of an incident.
|
List<Action> |
GetResponsePlanResponse.actions()
The actions that this response plan takes at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.actions(Action... actions)
The actions that the response plan starts at the beginning of an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.actions(Action... actions)
The actions that this response plan takes at the beginning of an incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.actions(Action... actions)
The actions that this response plan takes at the beginning of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.actions(Collection<Action> actions)
The actions that the response plan starts at the beginning of an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.actions(Collection<Action> actions)
The actions that this response plan takes at the beginning of an incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.actions(Collection<Action> actions)
The actions that this response plan takes at the beginning of the incident.
|
Copyright © 2023. All rights reserved.