Uses of Class
software.amazon.awssdk.services.mailmanager.model.MailFrom
-
Packages that use MailFrom Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of MailFrom in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return MailFrom Modifier and Type Method Description static MailFromMailFrom. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MailFromRelayAction. mailFrom()This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.static MailFromMailFrom. valueOf(String name)Returns the enum constant of this type with the specified name.static MailFrom[]MailFrom. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type MailFrom Modifier and Type Method Description static Set<MailFrom>MailFrom. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type MailFrom Modifier and Type Method Description RelayAction.BuilderRelayAction.Builder. mailFrom(MailFrom mailFrom)This action specifies whether to preserve or replace original mail from address while relaying received emails to a destination server.
-