Uses of Class
com.amazonaws.services.simpleemail.model.SendRawEmailRequest
Packages that use SendRawEmailRequest
-
Uses of SendRawEmailRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type SendRawEmailRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.sendRawEmail
(SendRawEmailRequest request) AmazonSimpleEmailService.sendRawEmail
(SendRawEmailRequest sendRawEmailRequest) Sends an email message, with header and content specified by the client.AmazonSimpleEmailServiceClient.sendRawEmail
(SendRawEmailRequest sendRawEmailRequest) Sends an email message, with header and content specified by the client.AbstractAmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest request) AbstractAmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest request, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) AmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest sendRawEmailRequest) Sends an email message, with header and content specified by the client.AmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest sendRawEmailRequest, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) Sends an email message, with header and content specified by the client.AmazonSimpleEmailServiceAsyncClient.sendRawEmailAsync
(SendRawEmailRequest request) AmazonSimpleEmailServiceAsyncClient.sendRawEmailAsync
(SendRawEmailRequest request, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type SendRawEmailRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest request, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) AmazonSimpleEmailServiceAsync.sendRawEmailAsync
(SendRawEmailRequest sendRawEmailRequest, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) Sends an email message, with header and content specified by the client.AmazonSimpleEmailServiceAsyncClient.sendRawEmailAsync
(SendRawEmailRequest request, AsyncHandler<SendRawEmailRequest, SendRawEmailResult> asyncHandler) -
Uses of SendRawEmailRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SendRawEmailRequestModifier and TypeMethodDescriptionSendRawEmailRequest.clone()
SendRawEmailRequest.withDestinations
(String... destinations) A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.SendRawEmailRequest.withDestinations
(Collection<String> destinations) A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.SendRawEmailRequest.withFromArn
(String fromArn) This parameter is used only for sending authorization.SendRawEmailRequest.withRawMessage
(RawMessage rawMessage) The raw text of the message.SendRawEmailRequest.withReturnPathArn
(String returnPathArn) This parameter is used only for sending authorization.SendRawEmailRequest.withSource
(String source) The identity's email address.SendRawEmailRequest.withSourceArn
(String sourceArn) This parameter is used only for sending authorization.