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