| 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 |
|---|---|
Future<ListIncidentRecordsResult> |
AWSSSMIncidentsAsyncClient.listIncidentRecordsAsync(ListIncidentRecordsRequest request,
AsyncHandler<ListIncidentRecordsRequest,ListIncidentRecordsResult> asyncHandler) |
Future<ListIncidentRecordsResult> |
AbstractAWSSSMIncidentsAsync.listIncidentRecordsAsync(ListIncidentRecordsRequest request,
AsyncHandler<ListIncidentRecordsRequest,ListIncidentRecordsResult> asyncHandler) |
Future<ListIncidentRecordsResult> |
AWSSSMIncidentsAsync.listIncidentRecordsAsync(ListIncidentRecordsRequest listIncidentRecordsRequest,
AsyncHandler<ListIncidentRecordsRequest,ListIncidentRecordsResult> asyncHandler)
Lists all incident records in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.clone() |
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withFilters(Collection<Filter> filters)
Filter the list of incident records you are searching through.
|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withFilters(Filter... filters)
Filter the list of incident records you are searching through.
|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withMaxResults(Integer maxResults)
The maximum number of results per page.
|
ListIncidentRecordsRequest |
ListIncidentRecordsRequest.withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
Copyright © 2021. All rights reserved.