Uses of Interface
software.amazon.awssdk.services.sesv2.model.ContactListDestination.Builder
Packages that use ContactListDestination.Builder
-
Uses of ContactListDestination.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ContactListDestination.BuilderModifier and TypeMethodDescriptionContactListDestination.builder()ContactListDestination.Builder.contactListImportAction(String contactListImportAction) >The type of action to perform on the addresses.ContactListDestination.Builder.contactListImportAction(ContactListImportAction contactListImportAction) >The type of action to perform on the addresses.ContactListDestination.Builder.contactListName(String contactListName) The name of the contact list.ContactListDestination.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ContactListDestination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ContactListDestination.Builder>ContactListDestination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ContactListDestination.BuilderModifier and TypeMethodDescriptiondefault ImportDestination.BuilderImportDestination.Builder.contactListDestination(Consumer<ContactListDestination.Builder> contactListDestination) An object that contains the action of the import job towards a contact list.