| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents |
AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover
from incidents affecting their AWS-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 AWS 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 contacts and escalation plans that the response plan engages during an incident.
|
GetResponsePlanResult |
GetResponsePlanResult.withEngagements(String... engagements)
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.withName(String name)
The short format name of the response plan.
|
Copyright © 2021. All rights reserved.