Uses of Class
software.amazon.awssdk.services.sesv2.model.ContactList
Packages that use ContactList
-
Uses of ContactList in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ContactListModifier and TypeMethodDescriptionfinal List<ContactList>ListContactListsResponse.contactLists()The available contact lists.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ContactListModifier and TypeMethodDescriptionListContactListsResponse.Builder.contactLists(ContactList... contactLists) The available contact lists.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ContactListModifier and TypeMethodDescriptionListContactListsResponse.Builder.contactLists(Collection<ContactList> contactLists) The available contact lists.