Uses of Class
com.amazonaws.services.simpleemail.model.VerifyDomainIdentityResult
-
Packages that use VerifyDomainIdentityResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of VerifyDomainIdentityResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return VerifyDomainIdentityResult Modifier and Type Method Description VerifyDomainIdentityResult
AbstractAmazonSimpleEmailService. verifyDomainIdentity(VerifyDomainIdentityRequest request)
VerifyDomainIdentityResult
AmazonSimpleEmailService. verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)
Verifies a domain.VerifyDomainIdentityResult
AmazonSimpleEmailServiceClient. verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)
Verifies a domain.Method parameters in com.amazonaws.services.simpleemail with type arguments of type VerifyDomainIdentityResult Modifier and Type Method Description Future<VerifyDomainIdentityResult>
AbstractAmazonSimpleEmailServiceAsync. verifyDomainIdentityAsync(VerifyDomainIdentityRequest request, AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler)
Future<VerifyDomainIdentityResult>
AmazonSimpleEmailServiceAsync. verifyDomainIdentityAsync(VerifyDomainIdentityRequest verifyDomainIdentityRequest, AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler)
Verifies a domain.Future<VerifyDomainIdentityResult>
AmazonSimpleEmailServiceAsyncClient. verifyDomainIdentityAsync(VerifyDomainIdentityRequest request, AsyncHandler<VerifyDomainIdentityRequest,VerifyDomainIdentityResult> asyncHandler)
-
Uses of VerifyDomainIdentityResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return VerifyDomainIdentityResult Modifier and Type Method Description VerifyDomainIdentityResult
VerifyDomainIdentityResult. clone()
VerifyDomainIdentityResult
VerifyDomainIdentityResult. withVerificationToken(String verificationToken)
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
-