| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ContactListDestination.Builder |
ContactListDestination.builder() |
ContactListDestination.Builder |
ContactListDestination.Builder.contactListImportAction(ContactListImportAction contactListImportAction)
>The type of action to perform on the addresses.
|
ContactListDestination.Builder |
ContactListDestination.Builder.contactListImportAction(String contactListImportAction)
>The type of action to perform on the addresses.
|
ContactListDestination.Builder |
ContactListDestination.Builder.contactListName(String contactListName)
The name of the contact list.
|
ContactListDestination.Builder |
ContactListDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContactListDestination.Builder> |
ContactListDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportDestination.Builder |
ImportDestination.Builder.contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination)
An object that contains the action of the import job towards a contact list.
|
Copyright © 2023. All rights reserved.