| 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<ListResponsePlansResult> |
AbstractAWSSSMIncidentsAsync.listResponsePlansAsync(ListResponsePlansRequest request,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler) |
Future<ListResponsePlansResult> |
AWSSSMIncidentsAsyncClient.listResponsePlansAsync(ListResponsePlansRequest request,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler) |
Future<ListResponsePlansResult> |
AWSSSMIncidentsAsync.listResponsePlansAsync(ListResponsePlansRequest listResponsePlansRequest,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler)
Lists all response plans in your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListResponsePlansRequest |
ListResponsePlansRequest.clone() |
ListResponsePlansRequest |
ListResponsePlansRequest.withMaxResults(Integer maxResults)
The maximum number of response plans per page.
|
ListResponsePlansRequest |
ListResponsePlansRequest.withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
Copyright © 2022. All rights reserved.