Uses of Enum
software.amazon.awssdk.services.ses.model.VerificationStatus
Packages that use VerificationStatus
-
Uses of VerificationStatus in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return VerificationStatusModifier and TypeMethodDescriptionfinal VerificationStatusIdentityDkimAttributes.dkimVerificationStatus()Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.static VerificationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VerificationStatusReturns the enum constant of this type with the specified name.static VerificationStatus[]VerificationStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.final VerificationStatusIdentityVerificationAttributes.verificationStatus()The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type VerificationStatusModifier and TypeMethodDescriptionstatic Set<VerificationStatus>VerificationStatus.knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type VerificationStatusModifier and TypeMethodDescriptionIdentityDkimAttributes.Builder.dkimVerificationStatus(VerificationStatus dkimVerificationStatus) Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS.IdentityVerificationAttributes.Builder.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".