Uses of Interface
software.amazon.awssdk.services.sesv2.model.VerificationInfo.Builder
Packages that use VerificationInfo.Builder
-
Uses of VerificationInfo.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VerificationInfo.BuilderModifier and TypeMethodDescriptionstatic VerificationInfo.BuilderVerificationInfo.builder()Provides the reason for the failure describing why Amazon SES was not able to successfully verify the identity.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.lastCheckedTimestamp(Instant lastCheckedTimestamp) The last time a verification attempt was made for this identity.VerificationInfo.Builder.lastSuccessTimestamp(Instant lastSuccessTimestamp) The last time a successful verification was made for this identity.default VerificationInfo.BuilderVerificationInfo.Builder.soaRecord(Consumer<SOARecord.Builder> soaRecord) An object that contains information about the start of authority (SOA) record associated with the identity.An object that contains information about the start of authority (SOA) record associated with the identity.VerificationInfo.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VerificationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VerificationInfo.Builder>VerificationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type VerificationInfo.BuilderModifier and TypeMethodDescriptiondefault GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder.verificationInfo(Consumer<VerificationInfo.Builder> verificationInfo) An object that contains additional information about the verification status for the identity.