| 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<UpdateIncidentRecordResult> |
AWSSSMIncidentsAsyncClient.updateIncidentRecordAsync(UpdateIncidentRecordRequest request,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler) |
Future<UpdateIncidentRecordResult> |
AWSSSMIncidentsAsync.updateIncidentRecordAsync(UpdateIncidentRecordRequest updateIncidentRecordRequest,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler)
Update the details of an incident record.
|
Future<UpdateIncidentRecordResult> |
AbstractAWSSSMIncidentsAsync.updateIncidentRecordAsync(UpdateIncidentRecordRequest request,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.clone() |
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the incident record you are updating.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withChatChannel(ChatChannel chatChannel)
The Chatbot chat channel where responders can collaborate.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withClientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withImpact(Integer impact)
Defines the impact of the incident to customers and applications.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that Incident Manager notifies when a client updates an incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withStatus(IncidentRecordStatus status)
The status of the incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withStatus(String status)
The status of the incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withSummary(String summary)
A longer description of what occurred during the incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withTitle(String title)
A brief description of the incident.
|
Copyright © 2023. All rights reserved.