Uses of Interface
software.amazon.awssdk.services.ses.model.ListCustomVerificationEmailTemplatesResponse.Builder
Packages that use ListCustomVerificationEmailTemplatesResponse.Builder
-
Uses of ListCustomVerificationEmailTemplatesResponse.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ListCustomVerificationEmailTemplatesResponse.BuilderModifier and TypeMethodDescriptionListCustomVerificationEmailTemplatesResponse.builder()ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplate.Builder>... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(CustomVerificationEmailTemplate... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.A token indicating that there are additional custom verification email templates available to be listed.ListCustomVerificationEmailTemplatesResponse.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ListCustomVerificationEmailTemplatesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListCustomVerificationEmailTemplatesResponse.Builder>ListCustomVerificationEmailTemplatesResponse.serializableBuilderClass()