| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateContactResponse |
SesV2Client.createContact(Consumer<CreateContactRequest.Builder> createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
default CreateContactResponse |
SesV2Client.createContact(CreateContactRequest createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateContactResponse> |
SesV2AsyncClient.createContact(Consumer<CreateContactRequest.Builder> createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
default CompletableFuture<CreateContactResponse> |
SesV2AsyncClient.createContact(CreateContactRequest createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
Copyright © 2022. All rights reserved.