Uses of Interface
software.amazon.awssdk.services.ses.model.SendCustomVerificationEmailRequest.Builder
Packages that use SendCustomVerificationEmailRequest.Builder
Package
Description
-
Uses of SendCustomVerificationEmailRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SendCustomVerificationEmailRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest) 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.SesClient.sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest) 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. -
Uses of SendCustomVerificationEmailRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SendCustomVerificationEmailRequest.BuilderModifier and TypeMethodDescriptionSendCustomVerificationEmailRequest.builder()SendCustomVerificationEmailRequest.Builder.configurationSetName(String configurationSetName) Name of a configuration set to use when sending the verification email.SendCustomVerificationEmailRequest.Builder.emailAddress(String emailAddress) The email address to verify.SendCustomVerificationEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendCustomVerificationEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendCustomVerificationEmailRequest.Builder.templateName(String templateName) The name of the custom verification email template to use when sending the verification email.SendCustomVerificationEmailRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendCustomVerificationEmailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendCustomVerificationEmailRequest.Builder>SendCustomVerificationEmailRequest.serializableBuilderClass()