| 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<UpdateTimelineEventResult> |
AbstractAWSSSMIncidentsAsync.updateTimelineEventAsync(UpdateTimelineEventRequest request,
AsyncHandler<UpdateTimelineEventRequest,UpdateTimelineEventResult> asyncHandler) |
Future<UpdateTimelineEventResult> |
AWSSSMIncidentsAsyncClient.updateTimelineEventAsync(UpdateTimelineEventRequest request,
AsyncHandler<UpdateTimelineEventRequest,UpdateTimelineEventResult> asyncHandler) |
Future<UpdateTimelineEventResult> |
AWSSSMIncidentsAsync.updateTimelineEventAsync(UpdateTimelineEventRequest updateTimelineEventRequest,
AsyncHandler<UpdateTimelineEventRequest,UpdateTimelineEventResult> asyncHandler)
Updates a timeline event.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.clone() |
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventData(String eventData)
A short description of the event.
|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventId(String eventId)
The ID of the event you are updating.
|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventReferences(Collection<EventReference> eventReferences)
Updates all existing references in a
TimelineEvent. |
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventReferences(EventReference... eventReferences)
Updates all existing references in a
TimelineEvent. |
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventTime(Date eventTime)
The time that the event occurred.
|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withEventType(String eventType)
The type of the event.
|
UpdateTimelineEventRequest |
UpdateTimelineEventRequest.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
Copyright © 2022. All rights reserved.