| 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<CreateTimelineEventResult> |
AWSSSMIncidentsAsyncClient.createTimelineEventAsync(CreateTimelineEventRequest request,
AsyncHandler<CreateTimelineEventRequest,CreateTimelineEventResult> asyncHandler) |
Future<CreateTimelineEventResult> |
AWSSSMIncidentsAsync.createTimelineEventAsync(CreateTimelineEventRequest createTimelineEventRequest,
AsyncHandler<CreateTimelineEventRequest,CreateTimelineEventResult> asyncHandler)
Creates a custom timeline event on the incident details page of an incident record.
|
Future<CreateTimelineEventResult> |
AbstractAWSSSMIncidentsAsync.createTimelineEventAsync(CreateTimelineEventRequest request,
AsyncHandler<CreateTimelineEventRequest,CreateTimelineEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTimelineEventRequest |
CreateTimelineEventRequest.clone() |
CreateTimelineEventRequest |
CreateTimelineEventRequest.withClientToken(String clientToken)
A token that ensures that a client calls the action only once with the specified details.
|
CreateTimelineEventRequest |
CreateTimelineEventRequest.withEventData(String eventData)
A short description of the event.
|
CreateTimelineEventRequest |
CreateTimelineEventRequest.withEventReferences(Collection<EventReference> eventReferences)
Adds one or more references to the
TimelineEvent. |
CreateTimelineEventRequest |
CreateTimelineEventRequest.withEventReferences(EventReference... eventReferences)
Adds one or more references to the
TimelineEvent. |
CreateTimelineEventRequest |
CreateTimelineEventRequest.withEventTime(Date eventTime)
The timestamp for when the event occurred.
|
CreateTimelineEventRequest |
CreateTimelineEventRequest.withEventType(String eventType)
The type of event.
|
CreateTimelineEventRequest |
CreateTimelineEventRequest.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.
|
Copyright © 2024. All rights reserved.