| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
PagerDutyIncidentDetail |
PagerDutyIncidentDetail.clone() |
PagerDutyIncidentDetail |
ItemValue.getPagerDutyIncidentDetail()
Details about an incident that is associated with a PagerDuty incident.
|
PagerDutyIncidentDetail |
PagerDutyIncidentDetail.withAutoResolve(Boolean autoResolve)
Indicates whether to resolve the PagerDuty incident when you resolve the associated Incident Manager incident.
|
PagerDutyIncidentDetail |
PagerDutyIncidentDetail.withId(String id)
The ID of the incident associated with the PagerDuty service for the response plan.
|
PagerDutyIncidentDetail |
PagerDutyIncidentDetail.withSecretId(String secretId)
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access
REST API Key or User Token REST API Key, and other user credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemValue.setPagerDutyIncidentDetail(PagerDutyIncidentDetail pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
ItemValue |
ItemValue.withPagerDutyIncidentDetail(PagerDutyIncidentDetail pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
Copyright © 2024. All rights reserved.