Uses of Class
software.amazon.awssdk.services.workmail.model.DnsRecordVerificationStatus
-
Packages that use DnsRecordVerificationStatus Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of DnsRecordVerificationStatus in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return DnsRecordVerificationStatus Modifier and Type Method Description DnsRecordVerificationStatusGetMailDomainResponse. dkimVerificationStatus()Indicates the status of a DKIM verification.static DnsRecordVerificationStatusDnsRecordVerificationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DnsRecordVerificationStatusGetMailDomainResponse. ownershipVerificationStatus()Indicates the status of the domain ownership verification.static DnsRecordVerificationStatusDnsRecordVerificationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsRecordVerificationStatus[]DnsRecordVerificationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type DnsRecordVerificationStatus Modifier and Type Method Description static Set<DnsRecordVerificationStatus>DnsRecordVerificationStatus. knownValues()Methods in software.amazon.awssdk.services.workmail.model with parameters of type DnsRecordVerificationStatus Modifier and Type Method Description GetMailDomainResponse.BuilderGetMailDomainResponse.Builder. dkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus)Indicates the status of a DKIM verification.GetMailDomainResponse.BuilderGetMailDomainResponse.Builder. ownershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus)Indicates the status of the domain ownership verification.
-