Uses of Class
software.amazon.awssdk.services.sesv2.model.Destination
Packages that use Destination
-
Uses of Destination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DestinationModifier and TypeMethodDescriptionfinal DestinationBulkEmailEntry.destination()Represents the destination of the message, consisting of To:, CC:, and BCC: fields.final DestinationSendEmailRequest.destination()An object that contains the recipients of the email message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DestinationModifier and TypeMethodDescriptionBulkEmailEntry.Builder.destination(Destination destination) Represents the destination of the message, consisting of To:, CC:, and BCC: fields.SendEmailRequest.Builder.destination(Destination destination) An object that contains the recipients of the email message.