| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators | |
| software.amazon.awssdk.services.sesv2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListContactsResponse> |
SesV2AsyncClient.listContacts(ListContactsRequest 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.
|
default ListContactsPublisher |
SesV2AsyncClient.listContactsPaginator(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListContactsIterable |
SesV2Client.listContactsPaginator(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
| Constructor and Description |
|---|
ListContactsIterable(SesV2Client client,
ListContactsRequest firstRequest) |
ListContactsPublisher(SesV2AsyncClient client,
ListContactsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListContactsRequestMarshaller.marshall(ListContactsRequest listContactsRequest) |
Copyright © 2020. All rights reserved.