Uses of Interface
software.amazon.awssdk.services.sesv2.model.CustomVerificationEmailTemplateMetadata.Builder
Packages that use CustomVerificationEmailTemplateMetadata.Builder
-
Uses of CustomVerificationEmailTemplateMetadata.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CustomVerificationEmailTemplateMetadata.BuilderModifier and TypeMethodDescriptionCustomVerificationEmailTemplateMetadata.builder()CustomVerificationEmailTemplateMetadata.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.CustomVerificationEmailTemplateMetadata.Builder.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.CustomVerificationEmailTemplateMetadata.Builder.successRedirectionURL(String successRedirectionURL) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.CustomVerificationEmailTemplateMetadata.Builder.templateName(String templateName) The name of the custom verification email template.CustomVerificationEmailTemplateMetadata.Builder.templateSubject(String templateSubject) The subject line of the custom verification email.CustomVerificationEmailTemplateMetadata.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CustomVerificationEmailTemplateMetadata.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomVerificationEmailTemplateMetadata.Builder>CustomVerificationEmailTemplateMetadata.serializableBuilderClass()