| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static VerificationInfo.Builder |
VerificationInfo.builder() |
VerificationInfo.Builder |
VerificationInfo.Builder.errorType(String errorType)
Provides the reason for the failure describing why Amazon SES was not able to successfully verify the
identity.
|
VerificationInfo.Builder |
VerificationInfo.Builder.errorType(VerificationError errorType)
Provides the reason for the failure describing why Amazon SES was not able to successfully verify the
identity.
|
VerificationInfo.Builder |
VerificationInfo.Builder.lastCheckedTimestamp(Instant lastCheckedTimestamp)
The last time a verification attempt was made for this identity.
|
VerificationInfo.Builder |
VerificationInfo.Builder.lastSuccessTimestamp(Instant lastSuccessTimestamp)
The last time a successful verification was made for this identity.
|
default VerificationInfo.Builder |
VerificationInfo.Builder.soaRecord(Consumer<SOARecord.Builder> soaRecord)
An object that contains information about the start of authority (SOA) record associated with the identity.
|
VerificationInfo.Builder |
VerificationInfo.Builder.soaRecord(SOARecord soaRecord)
An object that contains information about the start of authority (SOA) record associated with the identity.
|
VerificationInfo.Builder |
VerificationInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VerificationInfo.Builder> |
VerificationInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEmailIdentityResponse.Builder |
GetEmailIdentityResponse.Builder.verificationInfo(Consumer<VerificationInfo.Builder> verificationInfo)
An object that contains additional information about the verification status for the identity.
|
Copyright © 2023. All rights reserved.