| 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<UpdateIncidentRecordResult> |
AWSSSMIncidentsAsyncClient.updateIncidentRecordAsync(UpdateIncidentRecordRequest request,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler) |
Future<UpdateIncidentRecordResult> |
AbstractAWSSSMIncidentsAsync.updateIncidentRecordAsync(UpdateIncidentRecordRequest request,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler) |
Future<UpdateIncidentRecordResult> |
AWSSSMIncidentsAsync.updateIncidentRecordAsync(UpdateIncidentRecordRequest updateIncidentRecordRequest,
AsyncHandler<UpdateIncidentRecordRequest,UpdateIncidentRecordResult> asyncHandler)
Update the details of an incident record.
|
| 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 AWS Chatbot chat channel for responders to collaborate in.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withClientToken(String clientToken)
A token ensuring that the action is called only once with the specified details.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withImpact(Integer impact)
Defines the impact to customers and applications.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The SNS targets that are notified when updates are made to an incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withNotificationTargets(NotificationTargetItem... notificationTargets)
The SNS targets that are notified when updates are made to 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)
The summary describes what has happened during the incident.
|
UpdateIncidentRecordRequest |
UpdateIncidentRecordRequest.withTitle(String title)
The title of the incident is a brief and easily recognizable.
|
Copyright © 2021. All rights reserved.