Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteContactListResponse
Packages that use DeleteContactListResponse
-
Uses of DeleteContactListResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteContactListResponseModifier and TypeMethodDescriptiondefault DeleteContactListResponseSesV2Client.deleteContactList(Consumer<DeleteContactListRequest.Builder> deleteContactListRequest) Deletes a contact list and all of the contacts on that list.default DeleteContactListResponseSesV2Client.deleteContactList(DeleteContactListRequest deleteContactListRequest) Deletes a contact list and all of the contacts on that list.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteContactListResponseModifier and TypeMethodDescriptionSesV2AsyncClient.deleteContactList(Consumer<DeleteContactListRequest.Builder> deleteContactListRequest) Deletes a contact list and all of the contacts on that list.SesV2AsyncClient.deleteContactList(DeleteContactListRequest deleteContactListRequest) Deletes a contact list and all of the contacts on that list.