Uses of Class
software.amazon.awssdk.services.ses.model.VerifyEmailIdentityResponse
-
Packages that use VerifyEmailIdentityResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of VerifyEmailIdentityResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return VerifyEmailIdentityResponse Modifier and Type Method Description default VerifyEmailIdentityResponseSesClient. verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest)Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default VerifyEmailIdentityResponseSesClient. verifyEmailIdentity(VerifyEmailIdentityRequest verifyEmailIdentityRequest)Adds an email address 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 VerifyEmailIdentityResponse Modifier and Type Method Description default CompletableFuture<VerifyEmailIdentityResponse>SesAsyncClient. verifyEmailIdentity(Consumer<VerifyEmailIdentityRequest.Builder> verifyEmailIdentityRequest)Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default CompletableFuture<VerifyEmailIdentityResponse>SesAsyncClient. verifyEmailIdentity(VerifyEmailIdentityRequest verifyEmailIdentityRequest)Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.
-