| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentRecordSummary |
IncidentRecordSummary.clone() |
IncidentRecordSummary |
IncidentRecordSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the incident.
|
IncidentRecordSummary |
IncidentRecordSummary.withCreationTime(Date creationTime)
The time the incident was created.
|
IncidentRecordSummary |
IncidentRecordSummary.withImpact(Integer impact)
Defines the impact to customers and applications.
|
IncidentRecordSummary |
IncidentRecordSummary.withIncidentRecordSource(IncidentRecordSource incidentRecordSource)
What caused Incident Manager to create the incident.
|
IncidentRecordSummary |
IncidentRecordSummary.withResolvedTime(Date resolvedTime)
The time the incident was resolved.
|
IncidentRecordSummary |
IncidentRecordSummary.withStatus(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecordSummary |
IncidentRecordSummary.withStatus(String status)
The current status of the incident.
|
IncidentRecordSummary |
IncidentRecordSummary.withTitle(String title)
The title of the incident.
|
| Modifier and Type | Method and Description |
|---|---|
List<IncidentRecordSummary> |
ListIncidentRecordsResult.getIncidentRecordSummaries()
The details of each listed incident record.
|
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsResult |
ListIncidentRecordsResult.withIncidentRecordSummaries(IncidentRecordSummary... incidentRecordSummaries)
The details of each listed incident record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIncidentRecordsResult.setIncidentRecordSummaries(Collection<IncidentRecordSummary> incidentRecordSummaries)
The details of each listed incident record.
|
ListIncidentRecordsResult |
ListIncidentRecordsResult.withIncidentRecordSummaries(Collection<IncidentRecordSummary> incidentRecordSummaries)
The details of each listed incident record.
|
Copyright © 2023. All rights reserved.