| 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 |
AWSSSMIncidents.startIncident(StartIncidentRequest startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
StartIncidentResult |
AbstractAWSSSMIncidents.startIncident(StartIncidentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartIncidentResult> |
AbstractAWSSSMIncidentsAsync.startIncidentAsync(StartIncidentRequest request,
AsyncHandler<StartIncidentRequest,StartIncidentResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StartIncidentResult |
StartIncidentResult.clone() |
StartIncidentResult |
StartIncidentResult.withIncidentRecordArn(String incidentRecordArn)
The ARN of the newly created incident record.
|
Copyright © 2023. All rights reserved.