| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationTargetItem |
NotificationTargetItem.fromSnsTopicArn(String snsTopicArn)
Create an instance of this class with
snsTopicArn() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationTargetItem> |
UpdateResponsePlanRequest.incidentTemplateNotificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
List<NotificationTargetItem> |
UpdateIncidentRecordRequest.notificationTargets()
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
List<NotificationTargetItem> |
IncidentRecord.notificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
List<NotificationTargetItem> |
IncidentTemplate.notificationTargets()
The Amazon SNS targets that are notified when updates are made to an incident.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateNotificationTargets(NotificationTargetItem... incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.notificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.notificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentTemplate.Builder |
IncidentTemplate.Builder.notificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.notificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.notificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentTemplate.Builder |
IncidentTemplate.Builder.notificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
Copyright © 2023. All rights reserved.