| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportDestination.Builder |
ImportDestination.builder() |
default ImportDestination.Builder |
ImportDestination.Builder.contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination)
An object that contains the action of the import job towards a contact list.
|
ImportDestination.Builder |
ImportDestination.Builder.contactListDestination(ContactListDestination contactListDestination)
An object that contains the action of the import job towards a contact list.
|
default ImportDestination.Builder |
ImportDestination.Builder.suppressionListDestination(Consumer<SuppressionListDestination.Builder> suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
ImportDestination.Builder |
ImportDestination.Builder.suppressionListDestination(SuppressionListDestination suppressionListDestination)
An object that contains the action of the import job towards suppression list.
|
ImportDestination.Builder |
ImportDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportDestination.Builder> |
ImportDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetImportJobResponse.Builder |
GetImportJobResponse.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination)
The destination of the import job.
|
default CreateImportJobRequest.Builder |
CreateImportJobRequest.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination)
The destination for the import job.
|
default ImportJobSummary.Builder |
ImportJobSummary.Builder.importDestination(Consumer<ImportDestination.Builder> importDestination)
Sets the value of the ImportDestination property for this object.
|
Copyright © 2022. All rights reserved.