Uses of Class
software.amazon.awssdk.services.ses.model.DsnAction
-
Packages that use DsnAction Package Description software.amazon.awssdk.services.ses.model -
-
Uses of DsnAction in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DsnAction Modifier and Type Method Description DsnActionRecipientDsnFields. action()The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.static DsnActionDsnAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DsnActionDsnAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DsnAction[]DsnAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DsnAction Modifier and Type Method Description static Set<DsnAction>DsnAction. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type DsnAction Modifier and Type Method Description RecipientDsnFields.BuilderRecipientDsnFields.Builder. action(DsnAction action)The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.
-