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