Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetMessageInsightsResponse.Builder
Packages that use GetMessageInsightsResponse.Builder
-
Uses of GetMessageInsightsResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetMessageInsightsResponse.BuilderModifier and TypeMethodDescriptionGetMessageInsightsResponse.builder()GetMessageInsightsResponse.Builder.emailTags(Collection<MessageTag> emailTags) A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.GetMessageInsightsResponse.Builder.emailTags(Consumer<MessageTag.Builder>... emailTags) A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.GetMessageInsightsResponse.Builder.emailTags(MessageTag... emailTags) A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.GetMessageInsightsResponse.Builder.fromEmailAddress(String fromEmailAddress) The from address used to send the message.GetMessageInsightsResponse.Builder.insights(Collection<EmailInsights> insights) A set of insights associated with the message.GetMessageInsightsResponse.Builder.insights(Consumer<EmailInsights.Builder>... insights) A set of insights associated with the message.GetMessageInsightsResponse.Builder.insights(EmailInsights... insights) A set of insights associated with the message.A unique identifier for the message.The subject line of the message.GetMessageInsightsResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetMessageInsightsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMessageInsightsResponse.Builder>GetMessageInsightsResponse.serializableBuilderClass()