| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
VerificationInfo |
VerificationInfo.clone() |
VerificationInfo |
GetEmailIdentityResult.getVerificationInfo()
An object that contains additional information about the verification status for the identity.
|
VerificationInfo |
VerificationInfo.withErrorType(String errorType)
Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.
|
VerificationInfo |
VerificationInfo.withErrorType(VerificationError errorType)
Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.
|
VerificationInfo |
VerificationInfo.withLastCheckedTimestamp(Date lastCheckedTimestamp)
The last time a verification attempt was made for this identity.
|
VerificationInfo |
VerificationInfo.withLastSuccessTimestamp(Date lastSuccessTimestamp)
The last time a successful verification was made for this identity.
|
VerificationInfo |
VerificationInfo.withSOARecord(SOARecord sOARecord)
An object that contains information about the start of authority (SOA) record associated with the identity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEmailIdentityResult.setVerificationInfo(VerificationInfo verificationInfo)
An object that contains additional information about the verification status for the identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withVerificationInfo(VerificationInfo verificationInfo)
An object that contains additional information about the verification status for the identity.
|
Copyright © 2025. All rights reserved.