| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents |
AWS Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover
from incidents affecting their AWS-hosted applications.
|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTimelineEventResult |
AWSSSMIncidentsClient.createTimelineEvent(CreateTimelineEventRequest request)
Creates a custom timeline event on the incident details page of an incident record.
|
CreateTimelineEventResult |
AbstractAWSSSMIncidents.createTimelineEvent(CreateTimelineEventRequest request) |
CreateTimelineEventResult |
AWSSSMIncidents.createTimelineEvent(CreateTimelineEventRequest createTimelineEventRequest)
Creates a custom timeline event on the incident details page of an incident record.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTimelineEventResult> |
AWSSSMIncidentsAsyncClient.createTimelineEventAsync(CreateTimelineEventRequest request,
AsyncHandler<CreateTimelineEventRequest,CreateTimelineEventResult> asyncHandler) |
Future<CreateTimelineEventResult> |
AbstractAWSSSMIncidentsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTimelineEventResult |
CreateTimelineEventResult.clone() |
CreateTimelineEventResult |
CreateTimelineEventResult.withEventId(String eventId)
The ID of the event for easy reference later.
|
CreateTimelineEventResult |
CreateTimelineEventResult.withIncidentRecordArn(String incidentRecordArn)
The ARN of the incident record that you added the event to.
|
Copyright © 2021. All rights reserved.