| 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<GetTimelineEventResult> |
AbstractAWSSSMIncidentsAsync.getTimelineEventAsync(GetTimelineEventRequest request,
AsyncHandler<GetTimelineEventRequest,GetTimelineEventResult> asyncHandler) |
Future<GetTimelineEventResult> |
AWSSSMIncidentsAsyncClient.getTimelineEventAsync(GetTimelineEventRequest request,
AsyncHandler<GetTimelineEventRequest,GetTimelineEventResult> asyncHandler) |
Future<GetTimelineEventResult> |
AWSSSMIncidentsAsync.getTimelineEventAsync(GetTimelineEventRequest getTimelineEventRequest,
AsyncHandler<GetTimelineEventRequest,GetTimelineEventResult> asyncHandler)
Retrieves a timeline event based on its ID and incident record.
|
| Modifier and Type | Method and Description |
|---|---|
GetTimelineEventRequest |
GetTimelineEventRequest.clone() |
GetTimelineEventRequest |
GetTimelineEventRequest.withEventId(String eventId)
The ID of the event.
|
GetTimelineEventRequest |
GetTimelineEventRequest.withIncidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
|
Copyright © 2023. All rights reserved.