| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
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.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContactsResponse |
SsmContactsClient.listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists all contacts and escalation plans in Incident Manager.
|
default ListContactsResponse |
SsmContactsClient.listContacts(ListContactsRequest listContactsRequest)
Lists all contacts and escalation plans in Incident Manager.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactsResponse> |
SsmContactsAsyncClient.listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists all contacts and escalation plans in Incident Manager.
|
default CompletableFuture<ListContactsResponse> |
SsmContactsAsyncClient.listContacts(ListContactsRequest listContactsRequest)
Lists all contacts and escalation plans in Incident Manager.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListContactsResponse> |
ListContactsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListContactsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListContactsResponse> subscriber) |
Copyright © 2023. All rights reserved.