Uses of Class
software.amazon.awssdk.services.sesv2.model.GetMessageInsightsResponse
-
Packages that use GetMessageInsightsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetMessageInsightsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetMessageInsightsResponse Modifier and Type Method Description default 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 GetMessageInsightsResponse Modifier and Type Method Description default CompletableFuture<GetMessageInsightsResponse>SesV2AsyncClient. 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 CompletableFuture<GetMessageInsightsResponse>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.
-