Uses of Class
software.amazon.awssdk.services.ses.model.CustomMailFromStatus
-
Packages that use CustomMailFromStatus Package Description software.amazon.awssdk.services.ses.model -
-
Uses of CustomMailFromStatus in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return CustomMailFromStatus Modifier and Type Method Description static CustomMailFromStatusCustomMailFromStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomMailFromStatusIdentityMailFromDomainAttributes. mailFromDomainStatus()The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.static CustomMailFromStatusCustomMailFromStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomMailFromStatus[]CustomMailFromStatus. 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 CustomMailFromStatus Modifier and Type Method Description static Set<CustomMailFromStatus>CustomMailFromStatus. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type CustomMailFromStatus Modifier and Type Method Description IdentityMailFromDomainAttributes.BuilderIdentityMailFromDomainAttributes.Builder. mailFromDomainStatus(CustomMailFromStatus mailFromDomainStatus)The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.
-