Uses of Class
software.amazon.awssdk.services.sesv2.model.SendBulkEmailResponse
Packages that use SendBulkEmailResponse
-
Uses of SendBulkEmailResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return SendBulkEmailResponseModifier and TypeMethodDescriptiondefault SendBulkEmailResponseSesV2Client.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest) Composes an email message to multiple destinations.default SendBulkEmailResponseSesV2Client.sendBulkEmail(SendBulkEmailRequest sendBulkEmailRequest) Composes an email message to multiple destinations.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type SendBulkEmailResponseModifier and TypeMethodDescriptiondefault CompletableFuture<SendBulkEmailResponse>SesV2AsyncClient.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest) Composes an email message to multiple destinations.default CompletableFuture<SendBulkEmailResponse>SesV2AsyncClient.sendBulkEmail(SendBulkEmailRequest sendBulkEmailRequest) Composes an email message to multiple destinations.