Uses of Class
software.amazon.awssdk.services.sesv2.model.GetMessageInsightsResponse
Packages that use GetMessageInsightsResponse
-
Uses of GetMessageInsightsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetMessageInsightsResponseModifier and TypeMethodDescriptiondefault GetMessageInsightsResponseSesV2Client.getMessageInsights(Consumer<GetMessageInsightsRequest.Builder> getMessageInsightsRequest) Provides information about a specific message, including the from address, the subject, the recipient address, email tags, as well as events associated with the message.default GetMessageInsightsResponseSesV2Client.getMessageInsights(GetMessageInsightsRequest getMessageInsightsRequest) Provides information about a specific message, including the from address, the subject, the recipient address, email tags, as well as events associated with the message.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetMessageInsightsResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getMessageInsights(Consumer<GetMessageInsightsRequest.Builder> getMessageInsightsRequest) Provides information about a specific message, including the from address, the subject, the recipient address, email tags, as well as events associated with the message.SesV2AsyncClient.getMessageInsights(GetMessageInsightsRequest getMessageInsightsRequest) Provides information about a specific message, including the from address, the subject, the recipient address, email tags, as well as events associated with the message.