Uses of Class
software.amazon.awssdk.services.workmailmessageflow.model.MessageRejectedException
-
Packages that use MessageRejectedException 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 MessageRejectedException in software.amazon.awssdk.services.workmailmessageflow
Methods in software.amazon.awssdk.services.workmailmessageflow that throw MessageRejectedException 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.
-