| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts |
|
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPagesByEngagementResponse |
SsmContactsClient.listPagesByEngagement(Consumer<ListPagesByEngagementRequest.Builder> listPagesByEngagementRequest)
Lists the engagements to contact channels that occurred by engaging a contact.
|
default ListPagesByEngagementResponse |
SsmContactsClient.listPagesByEngagement(ListPagesByEngagementRequest listPagesByEngagementRequest)
Lists the engagements to contact channels that occurred by engaging a contact.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPagesByEngagementResponse> |
SsmContactsAsyncClient.listPagesByEngagement(Consumer<ListPagesByEngagementRequest.Builder> listPagesByEngagementRequest)
Lists the engagements to contact channels that occurred by engaging a contact.
|
default CompletableFuture<ListPagesByEngagementResponse> |
SsmContactsAsyncClient.listPagesByEngagement(ListPagesByEngagementRequest listPagesByEngagementRequest)
Lists the engagements to contact channels that occurred by engaging a contact.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPagesByEngagementResponse> |
ListPagesByEngagementIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPagesByEngagementPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPagesByEngagementResponse> subscriber) |
Copyright © 2021. All rights reserved.