| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
Integration |
Integration.clone() |
Integration |
Integration.withPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integration> |
UpdateResponsePlanRequest.getIntegrations()
Information about third-party services integrated into the response plan.
|
List<Integration> |
CreateResponsePlanRequest.getIntegrations()
Information about third-party services integrated into the response plan.
|
List<Integration> |
GetResponsePlanResult.getIntegrations()
Information about third-party services integrated into the Incident Manager response plan.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIntegrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIntegrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withIntegrations(Integration... integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResponsePlanRequest.setIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
void |
CreateResponsePlanRequest.setIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
void |
GetResponsePlanResult.setIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
CreateResponsePlanRequest |
CreateResponsePlanRequest.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
Copyright © 2023. All rights reserved.