| 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 |
|---|---|
Future<UpdateResponsePlanResult> |
AWSSSMIncidentsAsyncClient.updateResponsePlanAsync(UpdateResponsePlanRequest request,
AsyncHandler<UpdateResponsePlanRequest,UpdateResponsePlanResult> asyncHandler) |
Future<UpdateResponsePlanResult> |
AbstractAWSSSMIncidentsAsync.updateResponsePlanAsync(UpdateResponsePlanRequest request,
AsyncHandler<UpdateResponsePlanRequest,UpdateResponsePlanResult> asyncHandler) |
Future<UpdateResponsePlanResult> |
AWSSSMIncidentsAsync.updateResponsePlanAsync(UpdateResponsePlanRequest updateResponsePlanRequest,
AsyncHandler<UpdateResponsePlanRequest,UpdateResponsePlanResult> asyncHandler)
Updates the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.clone() |
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withActions(Action... actions)
The actions that this response plan takes at the beginning of an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withActions(Collection<Action> actions)
The actions that this response plan takes at the beginning of an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withChatChannel(ChatChannel chatChannel)
The AWS Chatbot chat channel used for collaboration during an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withDisplayName(String displayName)
The long format name of the response plan.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withEngagements(Collection<String> engagements)
The contacts and escalation plans that Incident Manager engages at the start of the incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withEngagements(String... engagements)
The contacts and escalation plans that Incident Manager engages at the start of the incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateDedupeString(String incidentTemplateDedupeString)
Used to create only one incident record for an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateImpact(Integer incidentTemplateImpact)
Defines the impact to the customers.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(NotificationTargetItem... incidentTemplateNotificationTargets)
The SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateSummary(String incidentTemplateSummary)
A brief summary of the incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateTitle(String incidentTemplateTitle)
The short format name of the incident.
|
Copyright © 2021. All rights reserved.