| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateResponsePlanResponse |
SsmIncidentsClient.updateResponsePlan(Consumer<UpdateResponsePlanRequest.Builder> updateResponsePlanRequest)
Updates the specified response plan.
|
default CompletableFuture<UpdateResponsePlanResponse> |
SsmIncidentsAsyncClient.updateResponsePlan(Consumer<UpdateResponsePlanRequest.Builder> updateResponsePlanRequest)
Updates the specified response plan.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.actions(Action... actions)
The actions that this response plan takes at the beginning of an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.actions(Collection<Action> actions)
The actions that this response plan takes at the beginning of an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.actions(Consumer<Action.Builder>... actions)
The actions that this response plan takes at the beginning of an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the response plan.
|
static UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.builder() |
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
default UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.clientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.displayName(String displayName)
The long format name of the response plan.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.engagements(Collection<String> engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.engagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateDedupeString(String incidentTemplateDedupeString)
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in
the same account.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateImpact(Integer incidentTemplateImpact)
Defines the impact to the customers.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateNotificationTargets(Collection<NotificationTargetItem> incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateNotificationTargets(Consumer<NotificationTargetItem.Builder>... incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateNotificationTargets(NotificationTargetItem... incidentTemplateNotificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateSummary(String incidentTemplateSummary)
A brief summary of the incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateTags(Map<String,String> incidentTemplateTags)
Tags to assign to the template.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.incidentTemplateTitle(String incidentTemplateTitle)
The short format name of the incident.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the response plan.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.integrations(Consumer<Integration.Builder>... 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.
|
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateResponsePlanRequest.Builder> |
UpdateResponsePlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.