Uses of Interface
software.amazon.awssdk.services.ses.model.ListCustomVerificationEmailTemplatesRequest.Builder
-
Packages that use ListCustomVerificationEmailTemplatesRequest.Builder Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.model -
-
Uses of ListCustomVerificationEmailTemplatesRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type ListCustomVerificationEmailTemplatesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCustomVerificationEmailTemplatesResponse>SesAsyncClient. listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesResponseSesClient. listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesPublisherSesAsyncClient. listCustomVerificationEmailTemplatesPaginator(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.default ListCustomVerificationEmailTemplatesIterableSesClient. listCustomVerificationEmailTemplatesPaginator(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)Lists the existing custom verification email templates for your account in the current Amazon Web Services Region. -
Uses of ListCustomVerificationEmailTemplatesRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ListCustomVerificationEmailTemplatesRequest.Builder Modifier and Type Method Description static ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest. builder()ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest.Builder. maxResults(Integer maxResults)The maximum number of custom verification email templates to return.ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest.Builder. nextToken(String nextToken)An array the contains the name and creation time stamp for each template in your Amazon SES account.ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCustomVerificationEmailTemplatesRequest.BuilderListCustomVerificationEmailTemplatesRequest. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ListCustomVerificationEmailTemplatesRequest.Builder Modifier and Type Method Description static Class<? extends ListCustomVerificationEmailTemplatesRequest.Builder>ListCustomVerificationEmailTemplatesRequest. serializableBuilderClass()
-