| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentRecord |
IncidentRecord.clone() |
IncidentRecord |
GetIncidentRecordResult.getIncidentRecord()
Details the structure of the incident record.
|
IncidentRecord |
IncidentRecord.withArn(String arn)
The Amazon Resource Name (ARN) of the incident record.
|
IncidentRecord |
IncidentRecord.withAutomationExecutions(AutomationExecution... automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
IncidentRecord |
IncidentRecord.withAutomationExecutions(Collection<AutomationExecution> automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
IncidentRecord |
IncidentRecord.withChatChannel(ChatChannel chatChannel)
The chat channel used for collaboration during an incident.
|
IncidentRecord |
IncidentRecord.withCreationTime(Date creationTime)
The timestamp for when Incident Manager created the incident record.
|
IncidentRecord |
IncidentRecord.withDedupeString(String dedupeString)
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in the
same account.
|
IncidentRecord |
IncidentRecord.withImpact(Integer impact)
The impact of the incident on customers and applications.
|
IncidentRecord |
IncidentRecord.withIncidentRecordSource(IncidentRecordSource incidentRecordSource)
Details about the action that started the incident.
|
IncidentRecord |
IncidentRecord.withLastModifiedBy(String lastModifiedBy)
Who modified the incident most recently.
|
IncidentRecord |
IncidentRecord.withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the incident was most recently modified.
|
IncidentRecord |
IncidentRecord.withNotificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord |
IncidentRecord.withNotificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord |
IncidentRecord.withResolvedTime(Date resolvedTime)
The timestamp for when the incident was resolved.
|
IncidentRecord |
IncidentRecord.withStatus(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecord |
IncidentRecord.withStatus(String status)
The current status of the incident.
|
IncidentRecord |
IncidentRecord.withSummary(String summary)
The summary of the incident.
|
IncidentRecord |
IncidentRecord.withTitle(String title)
The title of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIncidentRecordResult.setIncidentRecord(IncidentRecord incidentRecord)
Details the structure of the incident record.
|
GetIncidentRecordResult |
GetIncidentRecordResult.withIncidentRecord(IncidentRecord incidentRecord)
Details the structure of the incident record.
|
Copyright © 2025. All rights reserved.