Uses of Class
software.amazon.awssdk.services.workmailmessageflow.model.InvalidContentLocationException
-
Packages that use InvalidContentLocationException Package Description software.amazon.awssdk.services.workmailmessageflow The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization. -
-
Uses of InvalidContentLocationException in software.amazon.awssdk.services.workmailmessageflow
Methods in software.amazon.awssdk.services.workmailmessageflow that throw InvalidContentLocationException Modifier and Type Method Description default PutRawMessageContentResponseWorkMailMessageFlowClient. putRawMessageContent(Consumer<PutRawMessageContentRequest.Builder> putRawMessageContentRequest)Updates the raw content of an in-transit email message, in MIME format.default PutRawMessageContentResponseWorkMailMessageFlowClient. putRawMessageContent(PutRawMessageContentRequest putRawMessageContentRequest)Updates the raw content of an in-transit email message, in MIME format.
-