| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationTargetItem |
NotificationTargetItem.clone() |
NotificationTargetItem |
NotificationTargetItem.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationTargetItem> |
UpdateResponsePlanRequest.getIncidentTemplateNotificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
List<NotificationTargetItem> |
IncidentRecord.getNotificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
List<NotificationTargetItem> |
IncidentTemplate.getNotificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
List<NotificationTargetItem> |
UpdateIncidentRecordRequest.getNotificationTargets()
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(NotificationTargetItem... incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord |
IncidentRecord.withNotificationTargets(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.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResponsePlanRequest.setIncidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
void |
IncidentRecord.setNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
void |
IncidentTemplate.setNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
void |
UpdateIncidentRecordRequest.setNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord |
IncidentRecord.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentTemplate |
IncidentTemplate.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
Copyright © 2025. All rights reserved.