Uses of Interface
software.amazon.awssdk.services.sesv2.model.ImportDestination.Builder
Packages that use ImportDestination.Builder
-
Uses of ImportDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportDestination.BuilderModifier and TypeMethodDescriptionstatic 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.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.Builder.suppressionListDestination(SuppressionListDestination suppressionListDestination) An object that contains the action of the import job towards suppression list.ImportDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ImportDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportDestination.Builder>ImportDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ImportDestination.BuilderModifier and TypeMethodDescriptiondefault 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.