| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.builder() |
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplateMetadata.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
ListCustomVerificationEmailTemplatesResponse.Builder.customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... 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 © 2023. All rights reserved.