| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.ssmincidents.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListResponsePlansResponse |
SsmIncidentsClient.listResponsePlans(Consumer<ListResponsePlansRequest.Builder> listResponsePlansRequest)
Lists all response plans in your account.
|
default ListResponsePlansResponse |
SsmIncidentsClient.listResponsePlans(ListResponsePlansRequest listResponsePlansRequest)
Lists all response plans in your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResponsePlansResponse> |
SsmIncidentsAsyncClient.listResponsePlans(Consumer<ListResponsePlansRequest.Builder> listResponsePlansRequest)
Lists all response plans in your account.
|
default CompletableFuture<ListResponsePlansResponse> |
SsmIncidentsAsyncClient.listResponsePlans(ListResponsePlansRequest listResponsePlansRequest)
Lists all response plans in your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListResponsePlansResponse> |
ListResponsePlansIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResponsePlansPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResponsePlansResponse> subscriber) |
Copyright © 2023. All rights reserved.