Uses of Class
software.amazon.awssdk.services.sesv2.model.VerificationError
-
Packages that use VerificationError Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of VerificationError in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VerificationError Modifier and Type Method Description VerificationErrorVerificationInfo. errorType()Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.static VerificationErrorVerificationError. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VerificationErrorVerificationError. valueOf(String name)Returns the enum constant of this type with the specified name.static VerificationError[]VerificationError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VerificationError Modifier and Type Method Description static Set<VerificationError>VerificationError. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type VerificationError Modifier and Type Method Description VerificationInfo.BuilderVerificationInfo.Builder. errorType(VerificationError errorType)Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.
-