| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTemplate |
IncidentTemplate.addIncidentTagsEntry(String key,
String value)
Add a single IncidentTags entry
|
IncidentTemplate |
IncidentTemplate.clearIncidentTagsEntries()
Removes all the entries added into IncidentTags.
|
IncidentTemplate |
IncidentTemplate.clone() |
IncidentTemplate |
CreateResponsePlanRequest.getIncidentTemplate()
Details used to create an incident when using this response plan.
|
IncidentTemplate |
GetResponsePlanResult.getIncidentTemplate()
Details used to create the incident when using this response plan.
|
IncidentTemplate |
IncidentTemplate.withDedupeString(String dedupeString)
Used to stop Incident Manager from creating multiple incident records for the same incident.
|
IncidentTemplate |
IncidentTemplate.withImpact(Integer impact)
The impact of the incident on your customers and applications.
|
IncidentTemplate |
IncidentTemplate.withIncidentTags(Map<String,String> incidentTags)
Tags to assign to the template.
|
IncidentTemplate |
IncidentTemplate.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentTemplate |
IncidentTemplate.withNotificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentTemplate |
IncidentTemplate.withSummary(String summary)
The summary of the incident.
|
IncidentTemplate |
IncidentTemplate.withTitle(String title)
The title of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResponsePlanRequest.setIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create an incident when using this response plan.
|
void |
GetResponsePlanResult.setIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create the incident when using this response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create an incident when using this response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create the incident when using this response plan.
|
Copyright © 2023. All rights reserved.