| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.builder() |
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplate.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(CustomVerificationEmailTemplate... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.nextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCustomVerificationEmailTemplatesResponse.Builder> |
ListCustomVerificationEmailTemplatesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.