Uses of Interface
software.amazon.awssdk.services.ses.model.VerifyDomainIdentityResponse.Builder
-
Packages that use VerifyDomainIdentityResponse.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of VerifyDomainIdentityResponse.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return VerifyDomainIdentityResponse.Builder Modifier and Type Method Description static VerifyDomainIdentityResponse.BuilderVerifyDomainIdentityResponse. builder()VerifyDomainIdentityResponse.BuilderVerifyDomainIdentityResponse. toBuilder()VerifyDomainIdentityResponse.BuilderVerifyDomainIdentityResponse.Builder. verificationToken(String verificationToken)A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type VerifyDomainIdentityResponse.Builder Modifier and Type Method Description static Class<? extends VerifyDomainIdentityResponse.Builder>VerifyDomainIdentityResponse. serializableBuilderClass()
-