| 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 UpdateIncidentRecordResponse |
SsmIncidentsClient.updateIncidentRecord(Consumer<UpdateIncidentRecordRequest.Builder> updateIncidentRecordRequest)
Update the details of an incident record.
|
default CompletableFuture<UpdateIncidentRecordResponse> |
SsmIncidentsAsyncClient.updateIncidentRecord(Consumer<UpdateIncidentRecordRequest.Builder> updateIncidentRecordRequest)
Update the details of an incident record.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the incident record you are updating.
|
static UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.builder() |
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot chat channel where responders can collaborate.
|
default UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel where responders can collaborate.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.clientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.impact(Integer impact)
Defines the impact of the incident to customers and applications.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.notificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.notificationTargets(Consumer<NotificationTargetItem.Builder>... notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.notificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.status(IncidentRecordStatus status)
The status of the incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.status(String status)
The status of the incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.summary(String summary)
A longer description of what occurred during the incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.title(String title)
A brief description of the incident.
|
UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIncidentRecordRequest.Builder> |
UpdateIncidentRecordRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.