Uses of Class
software.amazon.awssdk.services.ses.model.VerifyDomainIdentityResponse
Packages that use VerifyDomainIdentityResponse
-
Uses of VerifyDomainIdentityResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return VerifyDomainIdentityResponseModifier and TypeMethodDescriptiondefault 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 VerifyDomainIdentityResponseModifier and TypeMethodDescriptionSesAsyncClient.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.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.