Uses of Class
software.amazon.awssdk.services.ses.model.VerifyDomainIdentityResponse
-
Packages that use VerifyDomainIdentityResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of VerifyDomainIdentityResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return VerifyDomainIdentityResponse Modifier and Type Method Description default VerifyDomainIdentityResponseSesClient. verifyDomainIdentity(Consumer<VerifyDomainIdentityRequest.Builder> verifyDomainIdentityRequest)Adds a domain to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default VerifyDomainIdentityResponseSesClient. verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)Adds a domain to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.Methods in software.amazon.awssdk.services.ses that return types with arguments of type VerifyDomainIdentityResponse Modifier and Type Method Description default CompletableFuture<VerifyDomainIdentityResponse>SesAsyncClient. verifyDomainIdentity(Consumer<VerifyDomainIdentityRequest.Builder> verifyDomainIdentityRequest)Adds a domain to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default CompletableFuture<VerifyDomainIdentityResponse>SesAsyncClient. verifyDomainIdentity(VerifyDomainIdentityRequest verifyDomainIdentityRequest)Adds a domain to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.
-