| 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 |
|---|---|
ListResponsePlansResult |
AbstractAWSSSMIncidents.listResponsePlans(ListResponsePlansRequest request) |
ListResponsePlansResult |
AWSSSMIncidentsClient.listResponsePlans(ListResponsePlansRequest request)
Lists all response plans in your account.
|
ListResponsePlansResult |
AWSSSMIncidents.listResponsePlans(ListResponsePlansRequest listResponsePlansRequest)
Lists all response plans in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListResponsePlansResult> |
AWSSSMIncidentsAsync.listResponsePlansAsync(ListResponsePlansRequest listResponsePlansRequest,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler)
Lists all response plans in your account.
|
Future<ListResponsePlansResult> |
AbstractAWSSSMIncidentsAsync.listResponsePlansAsync(ListResponsePlansRequest request,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler) |
Future<ListResponsePlansResult> |
AWSSSMIncidentsAsyncClient.listResponsePlansAsync(ListResponsePlansRequest request,
AsyncHandler<ListResponsePlansRequest,ListResponsePlansResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListResponsePlansResult |
ListResponsePlansResult.clone() |
ListResponsePlansResult |
ListResponsePlansResult.withNextToken(String nextToken)
The pagination token to continue to the next page of results.
|
ListResponsePlansResult |
ListResponsePlansResult.withResponsePlanSummaries(Collection<ResponsePlanSummary> responsePlanSummaries)
Details of each response plan.
|
ListResponsePlansResult |
ListResponsePlansResult.withResponsePlanSummaries(ResponsePlanSummary... responsePlanSummaries)
Details of each response plan.
|
Copyright © 2021. All rights reserved.