| 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 ListPagesByContactResponse |
SsmContactsClient.listPagesByContact(Consumer<ListPagesByContactRequest.Builder> listPagesByContactRequest)
Lists the engagements to a contact's contact channels.
|
default ListPagesByContactResponse |
SsmContactsClient.listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)
Lists the engagements to a contact's contact channels.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPagesByContactResponse> |
SsmContactsAsyncClient.listPagesByContact(Consumer<ListPagesByContactRequest.Builder> listPagesByContactRequest)
Lists the engagements to a contact's contact channels.
|
default CompletableFuture<ListPagesByContactResponse> |
SsmContactsAsyncClient.listPagesByContact(ListPagesByContactRequest listPagesByContactRequest)
Lists the engagements to a contact's contact channels.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPagesByContactResponse> |
ListPagesByContactIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPagesByContactPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPagesByContactResponse> subscriber) |
Copyright © 2022. All rights reserved.