Uses of Class
software.amazon.awssdk.services.sesv2.model.GetMessageInsightsRequest
-
Packages that use GetMessageInsightsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetMessageInsightsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetMessageInsightsRequest Modifier and Type Method Description 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.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. -
Uses of GetMessageInsightsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetMessageInsightsRequest Modifier and Type Method Description SdkHttpFullRequestGetMessageInsightsRequestMarshaller. marshall(GetMessageInsightsRequest getMessageInsightsRequest)
-