Uses of Interface
software.amazon.awssdk.services.sesv2.model.ImportDestination.Builder
-
Packages that use ImportDestination.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ImportDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportDestination.Builder Modifier and Type Method Description static ImportDestination.BuilderImportDestination. builder()default ImportDestination.BuilderImportDestination.Builder. contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination)An object that contains the action of the import job towards a contact list.ImportDestination.BuilderImportDestination.Builder. contactListDestination(ContactListDestination contactListDestination)An object that contains the action of the import job towards a contact list.default ImportDestination.BuilderImportDestination.Builder. suppressionListDestination(Consumer<SuppressionListDestination.Builder> suppressionListDestination)An object that contains the action of the import job towards suppression list.ImportDestination.BuilderImportDestination.Builder. suppressionListDestination(SuppressionListDestination suppressionListDestination)An object that contains the action of the import job towards suppression list.ImportDestination.BuilderImportDestination. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ImportDestination.Builder Modifier and Type Method Description static Class<? extends ImportDestination.Builder>ImportDestination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ImportDestination.Builder Modifier and Type Method Description default CreateImportJobRequest.BuilderCreateImportJobRequest.Builder. importDestination(Consumer<ImportDestination.Builder> importDestination)The destination for the import job.default GetImportJobResponse.BuilderGetImportJobResponse.Builder. importDestination(Consumer<ImportDestination.Builder> importDestination)The destination of the import job.default ImportJobSummary.BuilderImportJobSummary.Builder. importDestination(Consumer<ImportDestination.Builder> importDestination)Sets the value of the ImportDestination property for this object.
-