Uses of Class
software.amazon.awssdk.services.sesv2.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Destination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Destination Modifier and Type Method Description DestinationBulkEmailEntry. destination()Represents the destination of the message, consisting of To:, CC:, and BCC: fields.DestinationSendEmailRequest. destination()An object that contains the recipients of the email message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Destination Modifier and Type Method Description BulkEmailEntry.BuilderBulkEmailEntry.Builder. destination(Destination destination)Represents the destination of the message, consisting of To:, CC:, and BCC: fields.SendEmailRequest.BuilderSendEmailRequest.Builder. destination(Destination destination)An object that contains the recipients of the email message.
-