Uses of Class
software.amazon.awssdk.services.ses.model.GetCustomVerificationEmailTemplateResponse
-
Packages that use GetCustomVerificationEmailTemplateResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of GetCustomVerificationEmailTemplateResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return GetCustomVerificationEmailTemplateResponse Modifier and Type Method Description default GetCustomVerificationEmailTemplateResponseSesClient. getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest)Returns the custom email verification template for the template name you specify.default GetCustomVerificationEmailTemplateResponseSesClient. 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 GetCustomVerificationEmailTemplateResponse Modifier and Type Method Description default CompletableFuture<GetCustomVerificationEmailTemplateResponse>SesAsyncClient. getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest)Returns the custom email verification template for the template name you specify.default CompletableFuture<GetCustomVerificationEmailTemplateResponse>SesAsyncClient. getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest)Returns the custom email verification template for the template name you specify.
-