Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteContactListResponse
-
Packages that use DeleteContactListResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of DeleteContactListResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteContactListResponse Modifier and Type Method Description default 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 DeleteContactListResponse Modifier and Type Method Description default CompletableFuture<DeleteContactListResponse>SesV2AsyncClient. deleteContactList(Consumer<DeleteContactListRequest.Builder> deleteContactListRequest)Deletes a contact list and all of the contacts on that list.default CompletableFuture<DeleteContactListResponse>SesV2AsyncClient. deleteContactList(DeleteContactListRequest deleteContactListRequest)Deletes a contact list and all of the contacts on that list.
-