| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
EventSummary |
EventSummary.clone() |
EventSummary |
EventSummary.withEventId(String eventId)
The timeline event ID.
|
EventSummary |
EventSummary.withEventReferences(Collection<EventReference> eventReferences)
A list of references in a
TimelineEvent. |
EventSummary |
EventSummary.withEventReferences(EventReference... eventReferences)
A list of references in a
TimelineEvent. |
EventSummary |
EventSummary.withEventTime(Date eventTime)
The time that the event occurred.
|
EventSummary |
EventSummary.withEventType(String eventType)
The type of event.
|
EventSummary |
EventSummary.withEventUpdatedTime(Date eventUpdatedTime)
The time that the timeline event was last updated.
|
EventSummary |
EventSummary.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that the event happened during.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventSummary> |
ListTimelineEventsResult.getEventSummaries()
Details about each event that occurred during the incident.
|
| Modifier and Type | Method and Description |
|---|---|
ListTimelineEventsResult |
ListTimelineEventsResult.withEventSummaries(EventSummary... eventSummaries)
Details about each event that occurred during the incident.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTimelineEventsResult.setEventSummaries(Collection<EventSummary> eventSummaries)
Details about each event that occurred during the incident.
|
ListTimelineEventsResult |
ListTimelineEventsResult.withEventSummaries(Collection<EventSummary> eventSummaries)
Details about each event that occurred during the incident.
|
Copyright © 2022. All rights reserved.