Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetCustomVerificationEmailTemplateResponse.Builder
Packages that use GetCustomVerificationEmailTemplateResponse.Builder
-
Uses of GetCustomVerificationEmailTemplateResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetCustomVerificationEmailTemplateResponse.BuilderModifier and TypeMethodDescriptionGetCustomVerificationEmailTemplateResponse.builder()GetCustomVerificationEmailTemplateResponse.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.GetCustomVerificationEmailTemplateResponse.Builder.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.GetCustomVerificationEmailTemplateResponse.Builder.successRedirectionURL(String successRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.GetCustomVerificationEmailTemplateResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the custom verification email template.GetCustomVerificationEmailTemplateResponse.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the custom verification email template.An array of objects that define the tags (keys and values) that are associated with the custom verification email template.GetCustomVerificationEmailTemplateResponse.Builder.templateContent(String templateContent) The content of the custom verification email.GetCustomVerificationEmailTemplateResponse.Builder.templateName(String templateName) The name of the custom verification email template.GetCustomVerificationEmailTemplateResponse.Builder.templateSubject(String templateSubject) The subject line of the custom verification email.GetCustomVerificationEmailTemplateResponse.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetCustomVerificationEmailTemplateResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetCustomVerificationEmailTemplateResponse.Builder>GetCustomVerificationEmailTemplateResponse.serializableBuilderClass()