Uses of Class
software.amazon.awssdk.services.ses.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.ses.model -
-
Uses of Destination in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Destination Modifier and Type Method Description DestinationBulkEmailDestination. destination()Returns the value of the Destination property for this object.DestinationSendEmailRequest. destination()The destination for this email, composed of To:, CC:, and BCC: fields.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 Destination Modifier and Type Method Description BulkEmailDestination.BuilderBulkEmailDestination.Builder. destination(Destination destination)Sets the value of the Destination property for this object.SendEmailRequest.BuilderSendEmailRequest.Builder. destination(Destination destination)The destination for this email, composed of To:, CC:, and BCC: fields.SendTemplatedEmailRequest.BuilderSendTemplatedEmailRequest.Builder. destination(Destination destination)The destination for this email, composed of To:, CC:, and BCC: fields.
-