| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static Integration |
Integration.fromPagerDutyConfiguration(Consumer<PagerDutyConfiguration.Builder> pagerDutyConfiguration)
Create an instance of this class with
pagerDutyConfiguration() initialized to the given value. |
static Integration |
Integration.fromPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Create an instance of this class with
pagerDutyConfiguration() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<Integration> |
CreateResponsePlanRequest.integrations()
Information about third-party services integrated into the response plan.
|
List<Integration> |
UpdateResponsePlanRequest.integrations()
Information about third-party services integrated into the response plan.
|
List<Integration> |
GetResponsePlanResponse.integrations()
Information about third-party services integrated into the Incident Manager response plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.integrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.integrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.integrations(Integration... integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
Copyright © 2023. All rights reserved.