| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListContactsResponse |
SesV2Client.listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListContactsResponse |
SesV2Client.listContacts(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactsResponse> |
SesV2AsyncClient.listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists the contacts present in a specific contact list.
|
default CompletableFuture<ListContactsResponse> |
SesV2AsyncClient.listContacts(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
| 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 © 2020. All rights reserved.