| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
GetResponsePlanResult |
AWSSSMIncidentsClient.getResponsePlan(GetResponsePlanRequest request)
Retrieves the details of the specified response plan.
|
GetResponsePlanResult |
AbstractAWSSSMIncidents.getResponsePlan(GetResponsePlanRequest request) |
GetResponsePlanResult |
AWSSSMIncidents.getResponsePlan(GetResponsePlanRequest getResponsePlanRequest)
Retrieves the details of the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetResponsePlanResult> |
AWSSSMIncidentsAsyncClient.getResponsePlanAsync(GetResponsePlanRequest request,
AsyncHandler<GetResponsePlanRequest,GetResponsePlanResult> asyncHandler) |
Future<GetResponsePlanResult> |
AbstractAWSSSMIncidentsAsync.getResponsePlanAsync(GetResponsePlanRequest request,
AsyncHandler<GetResponsePlanRequest,GetResponsePlanResult> asyncHandler) |
Future<GetResponsePlanResult> |
AWSSSMIncidentsAsync.getResponsePlanAsync(GetResponsePlanRequest getResponsePlanRequest,
AsyncHandler<GetResponsePlanRequest,GetResponsePlanResult> asyncHandler)
Retrieves the details of the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
GetResponsePlanResult |
GetResponsePlanResult.clone() |
GetResponsePlanResult |
GetResponsePlanResult.withActions(Action... actions)
The actions that this response plan takes at the beginning of the incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of the incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withArn(String arn)
The ARN of the response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withDisplayName(String displayName)
The long format name of the response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withEngagements(Collection<String> engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withEngagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withIncidentTemplate(IncidentTemplate incidentTemplate)
Details used to create the incident when using this response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withIntegrations(Integration... integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
GetResponsePlanResult |
GetResponsePlanResult.withName(String name)
The short format name of the response plan.
|
Copyright © 2024. All rights reserved.