Uses of Class
software.amazon.awssdk.services.ses.model.Destination
Packages that use Destination
-
Uses of Destination in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DestinationModifier and TypeMethodDescriptionfinal DestinationBulkEmailDestination.destination()Returns the value of the Destination property for this object.final DestinationSendEmailRequest.destination()The destination for this email, composed of To:, CC:, and BCC: fields.final DestinationSendTemplatedEmailRequest.destination()The destination for this email, composed of To:, CC:, and BCC: fields.Methods in software.amazon.awssdk.services.ses.model with parameters of type DestinationModifier and TypeMethodDescriptionBulkEmailDestination.Builder.destination(Destination destination) Sets the value of the Destination property for this object.SendEmailRequest.Builder.destination(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.SendTemplatedEmailRequest.Builder.destination(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.