Uses of Class
com.amazonaws.services.simpleemail.model.VerifyDomainIdentityResult
Packages that use VerifyDomainIdentityResult
-
Uses of VerifyDomainIdentityResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return VerifyDomainIdentityResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailService.verifyDomainIdentity
(VerifyDomainIdentityRequest request) AmazonSimpleEmailService.verifyDomainIdentity
(VerifyDomainIdentityRequest verifyDomainIdentityRequest) Verifies a domain.AmazonSimpleEmailServiceClient.verifyDomainIdentity
(VerifyDomainIdentityRequest verifyDomainIdentityRequest) Verifies a domain.Methods in com.amazonaws.services.simpleemail that return types with arguments of type VerifyDomainIdentityResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest request) AbstractAmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest request, AsyncHandler<VerifyDomainIdentityRequest, VerifyDomainIdentityResult> asyncHandler) AmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest verifyDomainIdentityRequest) Verifies a domain.AmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest verifyDomainIdentityRequest, AsyncHandler<VerifyDomainIdentityRequest, VerifyDomainIdentityResult> asyncHandler) Verifies a domain.AmazonSimpleEmailServiceAsyncClient.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest request) AmazonSimpleEmailServiceAsyncClient.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest request, AsyncHandler<VerifyDomainIdentityRequest, VerifyDomainIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.simpleemail with type arguments of type VerifyDomainIdentityResultModifier and TypeMethodDescriptionAbstractAmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest request, AsyncHandler<VerifyDomainIdentityRequest, VerifyDomainIdentityResult> asyncHandler) AmazonSimpleEmailServiceAsync.verifyDomainIdentityAsync
(VerifyDomainIdentityRequest verifyDomainIdentityRequest, AsyncHandler<VerifyDomainIdentityRequest, VerifyDomainIdentityResult> asyncHandler) Verifies a domain.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 VerifyDomainIdentityResultModifier and TypeMethodDescriptionVerifyDomainIdentityResult.clone()
VerifyDomainIdentityResult.withVerificationToken
(String verificationToken) A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.