Uses of Enum
software.amazon.awssdk.services.sesv2.model.VerificationStatus
Packages that use VerificationStatus
-
Uses of VerificationStatus in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VerificationStatusModifier and TypeMethodDescriptionstatic 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 VerificationStatusGetEmailIdentityResponse.verificationStatus()The verification status of the identity.final VerificationStatusIdentityInfo.verificationStatus()The verification status of the identity.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VerificationStatusModifier and TypeMethodDescriptionstatic Set<VerificationStatus>VerificationStatus.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type VerificationStatusModifier and TypeMethodDescriptionGetEmailIdentityResponse.Builder.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity.IdentityInfo.Builder.verificationStatus(VerificationStatus verificationStatus) The verification status of the identity.