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