| 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 |
|---|---|
StartIncidentResult |
AWSSSMIncidentsClient.startIncident(StartIncidentRequest request)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
StartIncidentResult |
AbstractAWSSSMIncidents.startIncident(StartIncidentRequest request) |
StartIncidentResult |
AWSSSMIncidents.startIncident(StartIncidentRequest startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
Future<StartIncidentResult> |
AWSSSMIncidentsAsyncClient.startIncidentAsync(StartIncidentRequest request) |
Future<StartIncidentResult> |
AWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
Future<StartIncidentResult> |
AbstractAWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest request) |
Future<StartIncidentResult> |
AWSSSMIncidentsAsyncClient.startIncidentAsync(StartIncidentRequest request,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler) |
Future<StartIncidentResult> |
AWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest startIncidentRequest,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
Future<StartIncidentResult> |
AbstractAWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest request,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartIncidentResult> |
AWSSSMIncidentsAsyncClient.startIncidentAsync(StartIncidentRequest request,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler) |
Future<StartIncidentResult> |
AWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest startIncidentRequest,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
Future<StartIncidentResult> |
AbstractAWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest request,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartIncidentRequest |
StartIncidentRequest.clone() |
StartIncidentRequest |
StartIncidentRequest.withClientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
StartIncidentRequest |
StartIncidentRequest.withImpact(Integer impact)
Defines the impact to the customers.
|
StartIncidentRequest |
StartIncidentRequest.withRelatedItems(Collection<RelatedItem> relatedItems)
Add related items to the incident for other responders to use.
|
StartIncidentRequest |
StartIncidentRequest.withRelatedItems(RelatedItem... relatedItems)
Add related items to the incident for other responders to use.
|
StartIncidentRequest |
StartIncidentRequest.withResponsePlanArn(String responsePlanArn)
The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS topics,
runbooks, title, and impact of the incident.
|
StartIncidentRequest |
StartIncidentRequest.withTitle(String title)
Provide a title for the incident.
|
StartIncidentRequest |
StartIncidentRequest.withTriggerDetails(TriggerDetails triggerDetails)
Details of what created the incident record in Incident Manager.
|
Copyright © 2024. All rights reserved.