Uses of Enum
software.amazon.awssdk.services.sesv2.model.VerificationError
Packages that use VerificationError
-
Uses of VerificationError in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VerificationErrorModifier and TypeMethodDescriptionfinal VerificationErrorVerificationInfo.errorType()Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.static VerificationErrorUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VerificationErrorReturns 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 VerificationErrorMethods in software.amazon.awssdk.services.sesv2.model with parameters of type VerificationErrorModifier and TypeMethodDescriptionVerificationInfo.Builder.errorType(VerificationError errorType) Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.