| 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 |
|---|---|
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.addIncidentTemplateTagsEntry(String key,
String value)
Add a single IncidentTemplateTags entry
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.clearIncidentTemplateTagsEntries()
Removes all the entries added into IncidentTemplateTags.
|
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 Chatbot chat channel used for collaboration during an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withClientToken(String clientToken)
A token ensuring that the operation 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 Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withEngagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateDedupeString(String incidentTemplateDedupeString)
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the
same account.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateImpact(Integer incidentTemplateImpact)
Defines the impact to the customers.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateNotificationTargets(NotificationTargetItem... incidentTemplateNotificationTargets)
The Amazon 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.withIncidentTemplateTags(Map<String,String> incidentTemplateTags)
Tags to assign to the template.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIncidentTemplateTitle(String incidentTemplateTitle)
The short format name of the incident.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIntegrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
UpdateResponsePlanRequest |
UpdateResponsePlanRequest.withIntegrations(Integration... integrations)
Information about third-party services integrated into the response plan.
|
Copyright © 2024. All rights reserved.