Uses of Class
software.amazon.awssdk.services.sesv2.model.SendBulkEmailResponse
-
Packages that use SendBulkEmailResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of SendBulkEmailResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return SendBulkEmailResponse Modifier and Type Method Description default 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 SendBulkEmailResponse Modifier and Type Method Description default 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.
-