Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateCustomVerificationEmailTemplateRequest.Builder
Packages that use CreateCustomVerificationEmailTemplateRequest.Builder
Package
Description
-
Uses of CreateCustomVerificationEmailTemplateRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateCustomVerificationEmailTemplateRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.createCustomVerificationEmailTemplate(Consumer<CreateCustomVerificationEmailTemplateRequest.Builder> createCustomVerificationEmailTemplateRequest) Creates a new custom verification email template.SesV2Client.createCustomVerificationEmailTemplate(Consumer<CreateCustomVerificationEmailTemplateRequest.Builder> createCustomVerificationEmailTemplateRequest) Creates a new custom verification email template. -
Uses of CreateCustomVerificationEmailTemplateRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateCustomVerificationEmailTemplateRequest.BuilderModifier and TypeMethodDescriptionCreateCustomVerificationEmailTemplateRequest.builder()CreateCustomVerificationEmailTemplateRequest.Builder.failureRedirectionURL(String failureRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.CreateCustomVerificationEmailTemplateRequest.Builder.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.CreateCustomVerificationEmailTemplateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateCustomVerificationEmailTemplateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateCustomVerificationEmailTemplateRequest.Builder.successRedirectionURL(String successRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.CreateCustomVerificationEmailTemplateRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the custom verification email template.CreateCustomVerificationEmailTemplateRequest.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the custom verification email template.An array of objects that define the tags (keys and values) to associate with the custom verification email template.CreateCustomVerificationEmailTemplateRequest.Builder.templateContent(String templateContent) The content of the custom verification email.CreateCustomVerificationEmailTemplateRequest.Builder.templateName(String templateName) The name of the custom verification email template.CreateCustomVerificationEmailTemplateRequest.Builder.templateSubject(String templateSubject) The subject line of the custom verification email.CreateCustomVerificationEmailTemplateRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateCustomVerificationEmailTemplateRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateCustomVerificationEmailTemplateRequest.Builder>CreateCustomVerificationEmailTemplateRequest.serializableBuilderClass()