Uses of Class
software.amazon.awssdk.services.sesv2.model.GetCustomVerificationEmailTemplateResponse
Packages that use GetCustomVerificationEmailTemplateResponse
-
Uses of GetCustomVerificationEmailTemplateResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetCustomVerificationEmailTemplateResponseModifier and TypeMethodDescriptionSesV2Client.getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.SesV2Client.getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetCustomVerificationEmailTemplateResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.SesV2AsyncClient.getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest) Returns the custom email verification template for the template name you specify.