@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface SesV2Client extends SdkClient
builder() method.
Welcome to the Amazon SES API v2 Reference. This guide provides information about the Amazon SES API v2, including supported operations, data types, parameters, and schemas.
Amazon SES is an AWS service that you can use to send email messages to your customers.
If you're new to Amazon SES API v2, you might find it helpful to also review the Amazon Simple Email Service Developer Guide. The Amazon SES Developer Guide provides information and code samples that demonstrate how to use Amazon SES API v2 features programmatically.
The Amazon SES API v2 is available in several AWS Regions and it provides an endpoint for each of these Regions. For a list of all the Regions and endpoints where the API is currently available, see AWS Service Endpoints in the Amazon Web Services General Reference. To learn more about AWS Regions, see Managing AWS Regions in the Amazon Web Services General Reference.
In each Region, AWS maintains multiple Availability Zones. These Availability Zones are physically isolated from each other, but are united by private, low-latency, high-throughput, and highly redundant network connections. These Availability Zones enable us to provide very high levels of availability and redundancy, while also minimizing latency. To learn more about the number of Availability Zones that are available in each Region, see AWS Global Infrastructure.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static SesV2ClientBuilder |
builder()
Create a builder that can be used to configure and create a
SesV2Client. |
static SesV2Client |
create()
Create a
SesV2Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CreateConfigurationSetResponse |
createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)
Create a configuration set.
|
default CreateConfigurationSetResponse |
createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)
Create a configuration set.
|
default CreateConfigurationSetEventDestinationResponse |
createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)
Create an event destination.
|
default CreateConfigurationSetEventDestinationResponse |
createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
Create an event destination.
|
default CreateContactResponse |
createContact(Consumer<CreateContactRequest.Builder> createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
default CreateContactResponse |
createContact(CreateContactRequest createContactRequest)
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
|
default CreateContactListResponse |
createContactList(Consumer<CreateContactListRequest.Builder> createContactListRequest)
Creates a contact list.
|
default CreateContactListResponse |
createContactList(CreateContactListRequest createContactListRequest)
Creates a contact list.
|
default CreateCustomVerificationEmailTemplateResponse |
createCustomVerificationEmailTemplate(Consumer<CreateCustomVerificationEmailTemplateRequest.Builder> createCustomVerificationEmailTemplateRequest)
Creates a new custom verification email template.
|
default CreateCustomVerificationEmailTemplateResponse |
createCustomVerificationEmailTemplate(CreateCustomVerificationEmailTemplateRequest createCustomVerificationEmailTemplateRequest)
Creates a new custom verification email template.
|
default CreateDedicatedIpPoolResponse |
createDedicatedIpPool(Consumer<CreateDedicatedIpPoolRequest.Builder> createDedicatedIpPoolRequest)
Create a new pool of dedicated IP addresses.
|
default CreateDedicatedIpPoolResponse |
createDedicatedIpPool(CreateDedicatedIpPoolRequest createDedicatedIpPoolRequest)
Create a new pool of dedicated IP addresses.
|
default CreateDeliverabilityTestReportResponse |
createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)
Create a new predictive inbox placement test.
|
default CreateDeliverabilityTestReportResponse |
createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest)
Create a new predictive inbox placement test.
|
default CreateEmailIdentityResponse |
createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest)
Starts the process of verifying an email identity.
|
default CreateEmailIdentityResponse |
createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest)
Starts the process of verifying an email identity.
|
default CreateEmailIdentityPolicyResponse |
createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
default CreateEmailIdentityPolicyResponse |
createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest)
Creates the specified sending authorization policy for the given identity (an email address or a domain).
|
default CreateEmailTemplateResponse |
createEmailTemplate(Consumer<CreateEmailTemplateRequest.Builder> createEmailTemplateRequest)
Creates an email template.
|
default CreateEmailTemplateResponse |
createEmailTemplate(CreateEmailTemplateRequest createEmailTemplateRequest)
Creates an email template.
|
default CreateImportJobResponse |
createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest)
Creates an import job for a data destination.
|
default CreateImportJobResponse |
createImportJob(CreateImportJobRequest createImportJobRequest)
Creates an import job for a data destination.
|
default DeleteConfigurationSetResponse |
deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)
Delete an existing configuration set.
|
default DeleteConfigurationSetResponse |
deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
Delete an existing configuration set.
|
default DeleteConfigurationSetEventDestinationResponse |
deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Delete an event destination.
|
default DeleteConfigurationSetEventDestinationResponse |
deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
Delete an event destination.
|
default DeleteContactResponse |
deleteContact(Consumer<DeleteContactRequest.Builder> deleteContactRequest)
Removes a contact from a contact list.
|
default DeleteContactResponse |
deleteContact(DeleteContactRequest deleteContactRequest)
Removes a contact from a contact list.
|
default DeleteContactListResponse |
deleteContactList(Consumer<DeleteContactListRequest.Builder> deleteContactListRequest)
Deletes a contact list and all of the contacts on that list.
|
default DeleteContactListResponse |
deleteContactList(DeleteContactListRequest deleteContactListRequest)
Deletes a contact list and all of the contacts on that list.
|
default DeleteCustomVerificationEmailTemplateResponse |
deleteCustomVerificationEmailTemplate(Consumer<DeleteCustomVerificationEmailTemplateRequest.Builder> deleteCustomVerificationEmailTemplateRequest)
Deletes an existing custom verification email template.
|
default DeleteCustomVerificationEmailTemplateResponse |
deleteCustomVerificationEmailTemplate(DeleteCustomVerificationEmailTemplateRequest deleteCustomVerificationEmailTemplateRequest)
Deletes an existing custom verification email template.
|
default DeleteDedicatedIpPoolResponse |
deleteDedicatedIpPool(Consumer<DeleteDedicatedIpPoolRequest.Builder> deleteDedicatedIpPoolRequest)
Delete a dedicated IP pool.
|
default DeleteDedicatedIpPoolResponse |
deleteDedicatedIpPool(DeleteDedicatedIpPoolRequest deleteDedicatedIpPoolRequest)
Delete a dedicated IP pool.
|
default DeleteEmailIdentityResponse |
deleteEmailIdentity(Consumer<DeleteEmailIdentityRequest.Builder> deleteEmailIdentityRequest)
Deletes an email identity.
|
default DeleteEmailIdentityResponse |
deleteEmailIdentity(DeleteEmailIdentityRequest deleteEmailIdentityRequest)
Deletes an email identity.
|
default DeleteEmailIdentityPolicyResponse |
deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given identity (an email address or a domain).
|
default DeleteEmailIdentityPolicyResponse |
deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest)
Deletes the specified sending authorization policy for the given identity (an email address or a domain).
|
default DeleteEmailTemplateResponse |
deleteEmailTemplate(Consumer<DeleteEmailTemplateRequest.Builder> deleteEmailTemplateRequest)
Deletes an email template.
|
default DeleteEmailTemplateResponse |
deleteEmailTemplate(DeleteEmailTemplateRequest deleteEmailTemplateRequest)
Deletes an email template.
|
default DeleteSuppressedDestinationResponse |
deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest)
Removes an email address from the suppression list for your account.
|
default DeleteSuppressedDestinationResponse |
deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest)
Removes an email address from the suppression list for your account.
|
default GetAccountResponse |
getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS
Region.
|
default GetAccountResponse |
getAccount(GetAccountRequest getAccountRequest)
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS
Region.
|
default GetBlacklistReportsResponse |
getBlacklistReports(Consumer<GetBlacklistReportsRequest.Builder> getBlacklistReportsRequest)
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
|
default GetBlacklistReportsResponse |
getBlacklistReports(GetBlacklistReportsRequest getBlacklistReportsRequest)
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
|
default GetConfigurationSetResponse |
getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
default GetConfigurationSetResponse |
getConfigurationSet(GetConfigurationSetRequest getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
default GetConfigurationSetEventDestinationsResponse |
getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)
Retrieve a list of event destinations that are associated with a configuration set.
|
default GetConfigurationSetEventDestinationsResponse |
getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)
Retrieve a list of event destinations that are associated with a configuration set.
|
default GetContactResponse |
getContact(Consumer<GetContactRequest.Builder> getContactRequest)
Returns a contact from a contact list.
|
default GetContactResponse |
getContact(GetContactRequest getContactRequest)
Returns a contact from a contact list.
|
default GetContactListResponse |
getContactList(Consumer<GetContactListRequest.Builder> getContactListRequest)
Returns contact list metadata.
|
default GetContactListResponse |
getContactList(GetContactListRequest getContactListRequest)
Returns contact list metadata.
|
default GetCustomVerificationEmailTemplateResponse |
getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest)
Returns the custom email verification template for the template name you specify.
|
default GetCustomVerificationEmailTemplateResponse |
getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest)
Returns the custom email verification template for the template name you specify.
|
default GetDedicatedIpResponse |
getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> getDedicatedIpRequest)
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated
with, as well information about the automatic warm-up process for the address.
|
default GetDedicatedIpResponse |
getDedicatedIp(GetDedicatedIpRequest getDedicatedIpRequest)
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated
with, as well information about the automatic warm-up process for the address.
|
default GetDedicatedIpsResponse |
getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsResponse |
getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsIterable |
getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDedicatedIpsIterable |
getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)
List the dedicated IP addresses that are associated with your AWS account.
|
default GetDeliverabilityDashboardOptionsResponse |
getDeliverabilityDashboardOptions(Consumer<GetDeliverabilityDashboardOptionsRequest.Builder> getDeliverabilityDashboardOptionsRequest)
Retrieve information about the status of the Deliverability dashboard for your account.
|
default GetDeliverabilityDashboardOptionsResponse |
getDeliverabilityDashboardOptions(GetDeliverabilityDashboardOptionsRequest getDeliverabilityDashboardOptionsRequest)
Retrieve information about the status of the Deliverability dashboard for your account.
|
default GetDeliverabilityTestReportResponse |
getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest)
Retrieve the results of a predictive inbox placement test.
|
default GetDeliverabilityTestReportResponse |
getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)
Retrieve the results of a predictive inbox placement test.
|
default GetDomainDeliverabilityCampaignResponse |
getDomainDeliverabilityCampaign(Consumer<GetDomainDeliverabilityCampaignRequest.Builder> getDomainDeliverabilityCampaignRequest)
Retrieve all the deliverability data for a specific campaign.
|
default GetDomainDeliverabilityCampaignResponse |
getDomainDeliverabilityCampaign(GetDomainDeliverabilityCampaignRequest getDomainDeliverabilityCampaignRequest)
Retrieve all the deliverability data for a specific campaign.
|
default GetDomainStatisticsReportResponse |
getDomainStatisticsReport(Consumer<GetDomainStatisticsReportRequest.Builder> getDomainStatisticsReportRequest)
Retrieve inbox placement and engagement rates for the domains that you use to send email.
|
default GetDomainStatisticsReportResponse |
getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest)
Retrieve inbox placement and engagement rates for the domains that you use to send email.
|
default GetEmailIdentityResponse |
getEmailIdentity(Consumer<GetEmailIdentityRequest.Builder> getEmailIdentityRequest)
Provides information about a specific identity, including the identity's verification status, sending
authorization policies, its DKIM authentication status, and its custom Mail-From settings.
|
default GetEmailIdentityResponse |
getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest)
Provides information about a specific identity, including the identity's verification status, sending
authorization policies, its DKIM authentication status, and its custom Mail-From settings.
|
default GetEmailIdentityPoliciesResponse |
getEmailIdentityPolicies(Consumer<GetEmailIdentityPoliciesRequest.Builder> getEmailIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
default GetEmailIdentityPoliciesResponse |
getEmailIdentityPolicies(GetEmailIdentityPoliciesRequest getEmailIdentityPoliciesRequest)
Returns the requested sending authorization policies for the given identity (an email address or a domain).
|
default GetEmailTemplateResponse |
getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
default GetEmailTemplateResponse |
getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)
Displays the template object (which includes the subject line, HTML part and text part) for the template you
specify.
|
default GetImportJobResponse |
getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)
Provides information about an import job.
|
default GetImportJobResponse |
getImportJob(GetImportJobRequest getImportJobRequest)
Provides information about an import job.
|
default GetSuppressedDestinationResponse |
getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
default GetSuppressedDestinationResponse |
getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)
Retrieves information about a specific email address that's on the suppression list for your account.
|
default ListConfigurationSetsResponse |
listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsResponse |
listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsIterable |
listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListConfigurationSetsIterable |
listConfigurationSetsPaginator(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your account in the current region.
|
default ListContactListsResponse |
listContactLists(Consumer<ListContactListsRequest.Builder> listContactListsRequest)
Lists all of the contact lists available.
|
default ListContactListsResponse |
listContactLists(ListContactListsRequest listContactListsRequest)
Lists all of the contact lists available.
|
default ListContactListsIterable |
listContactListsPaginator(Consumer<ListContactListsRequest.Builder> listContactListsRequest)
Lists all of the contact lists available.
|
default ListContactListsIterable |
listContactListsPaginator(ListContactListsRequest listContactListsRequest)
Lists all of the contact lists available.
|
default ListContactsResponse |
listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListContactsResponse |
listContacts(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListContactsIterable |
listContactsPaginator(Consumer<ListContactsRequest.Builder> listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListContactsIterable |
listContactsPaginator(ListContactsRequest listContactsRequest)
Lists the contacts present in a specific contact list.
|
default ListCustomVerificationEmailTemplatesResponse |
listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesResponse |
listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesIterable |
listCustomVerificationEmailTemplatesPaginator(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListCustomVerificationEmailTemplatesIterable |
listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest)
Lists the existing custom verification email templates for your account in the current AWS Region.
|
default ListDedicatedIpPoolsResponse |
listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default ListDedicatedIpPoolsResponse |
listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default ListDedicatedIpPoolsIterable |
listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default ListDedicatedIpPoolsIterable |
listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
List all of the dedicated IP pools that exist in your AWS account in the current Region.
|
default ListDeliverabilityTestReportsResponse |
listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsResponse |
listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsIterable |
listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsIterable |
listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDomainDeliverabilityCampaignsResponse |
listDomainDeliverabilityCampaigns(Consumer<ListDomainDeliverabilityCampaignsRequest.Builder> listDomainDeliverabilityCampaignsRequest)
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified
time range.
|
default ListDomainDeliverabilityCampaignsResponse |
listDomainDeliverabilityCampaigns(ListDomainDeliverabilityCampaignsRequest listDomainDeliverabilityCampaignsRequest)
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified
time range.
|
default ListDomainDeliverabilityCampaignsIterable |
listDomainDeliverabilityCampaignsPaginator(Consumer<ListDomainDeliverabilityCampaignsRequest.Builder> listDomainDeliverabilityCampaignsRequest)
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified
time range.
|
default ListDomainDeliverabilityCampaignsIterable |
listDomainDeliverabilityCampaignsPaginator(ListDomainDeliverabilityCampaignsRequest listDomainDeliverabilityCampaignsRequest)
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified
time range.
|
default ListEmailIdentitiesResponse |
listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default ListEmailIdentitiesResponse |
listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default ListEmailIdentitiesIterable |
listEmailIdentitiesPaginator(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default ListEmailIdentitiesIterable |
listEmailIdentitiesPaginator(ListEmailIdentitiesRequest listEmailIdentitiesRequest)
Returns a list of all of the email identities that are associated with your AWS account.
|
default ListEmailTemplatesResponse |
listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default ListEmailTemplatesResponse |
listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default ListEmailTemplatesIterable |
listEmailTemplatesPaginator(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default ListEmailTemplatesIterable |
listEmailTemplatesPaginator(ListEmailTemplatesRequest listEmailTemplatesRequest)
Lists the email templates present in your Amazon SES account in the current AWS Region.
|
default ListImportJobsResponse |
listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
default ListImportJobsResponse |
listImportJobs(ListImportJobsRequest listImportJobsRequest)
Lists all of the import jobs.
|
default ListImportJobsIterable |
listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
default ListImportJobsIterable |
listImportJobsPaginator(ListImportJobsRequest listImportJobsRequest)
Lists all of the import jobs.
|
default ListSuppressedDestinationsResponse |
listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsResponse |
listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsIterable |
listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsIterable |
listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListTagsForResourceResponse |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieve a list of the tags (keys and values) that are associated with a specified resource.
|
default ListTagsForResourceResponse |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieve a list of the tags (keys and values) that are associated with a specified resource.
|
default PutAccountDedicatedIpWarmupAttributesResponse |
putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest)
Enable or disable the automatic warm-up feature for dedicated IP addresses.
|
default PutAccountDedicatedIpWarmupAttributesResponse |
putAccountDedicatedIpWarmupAttributes(PutAccountDedicatedIpWarmupAttributesRequest putAccountDedicatedIpWarmupAttributesRequest)
Enable or disable the automatic warm-up feature for dedicated IP addresses.
|
default PutAccountDetailsResponse |
putAccountDetails(Consumer<PutAccountDetailsRequest.Builder> putAccountDetailsRequest)
Update your Amazon SES account details.
|
default PutAccountDetailsResponse |
putAccountDetails(PutAccountDetailsRequest putAccountDetailsRequest)
Update your Amazon SES account details.
|
default PutAccountSendingAttributesResponse |
putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)
Enable or disable the ability of your account to send email.
|
default PutAccountSendingAttributesResponse |
putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)
Enable or disable the ability of your account to send email.
|
default PutAccountSuppressionAttributesResponse |
putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest)
Change the settings for the account-level suppression list.
|
default PutAccountSuppressionAttributesResponse |
putAccountSuppressionAttributes(PutAccountSuppressionAttributesRequest putAccountSuppressionAttributesRequest)
Change the settings for the account-level suppression list.
|
default PutConfigurationSetDeliveryOptionsResponse |
putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest)
Associate a configuration set with a dedicated IP pool.
|
default PutConfigurationSetDeliveryOptionsResponse |
putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest)
Associate a configuration set with a dedicated IP pool.
|
default PutConfigurationSetReputationOptionsResponse |
putConfigurationSetReputationOptions(Consumer<PutConfigurationSetReputationOptionsRequest.Builder> putConfigurationSetReputationOptionsRequest)
Enable or disable collection of reputation metrics for emails that you send using a particular configuration set
in a specific AWS Region.
|
default PutConfigurationSetReputationOptionsResponse |
putConfigurationSetReputationOptions(PutConfigurationSetReputationOptionsRequest putConfigurationSetReputationOptionsRequest)
Enable or disable collection of reputation metrics for emails that you send using a particular configuration set
in a specific AWS Region.
|
default PutConfigurationSetSendingOptionsResponse |
putConfigurationSetSendingOptions(Consumer<PutConfigurationSetSendingOptionsRequest.Builder> putConfigurationSetSendingOptionsRequest)
Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.
|
default PutConfigurationSetSendingOptionsResponse |
putConfigurationSetSendingOptions(PutConfigurationSetSendingOptionsRequest putConfigurationSetSendingOptionsRequest)
Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.
|
default PutConfigurationSetSuppressionOptionsResponse |
putConfigurationSetSuppressionOptions(Consumer<PutConfigurationSetSuppressionOptionsRequest.Builder> putConfigurationSetSuppressionOptionsRequest)
Specify the account suppression list preferences for a configuration set.
|
default PutConfigurationSetSuppressionOptionsResponse |
putConfigurationSetSuppressionOptions(PutConfigurationSetSuppressionOptionsRequest putConfigurationSetSuppressionOptionsRequest)
Specify the account suppression list preferences for a configuration set.
|
default PutConfigurationSetTrackingOptionsResponse |
putConfigurationSetTrackingOptions(Consumer<PutConfigurationSetTrackingOptionsRequest.Builder> putConfigurationSetTrackingOptionsRequest)
Specify a custom domain to use for open and click tracking elements in email that you send.
|
default PutConfigurationSetTrackingOptionsResponse |
putConfigurationSetTrackingOptions(PutConfigurationSetTrackingOptionsRequest putConfigurationSetTrackingOptionsRequest)
Specify a custom domain to use for open and click tracking elements in email that you send.
|
default PutDedicatedIpInPoolResponse |
putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest)
Move a dedicated IP address to an existing dedicated IP pool.
|
default PutDedicatedIpInPoolResponse |
putDedicatedIpInPool(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest)
Move a dedicated IP address to an existing dedicated IP pool.
|
default PutDedicatedIpWarmupAttributesResponse |
putDedicatedIpWarmupAttributes(Consumer<PutDedicatedIpWarmupAttributesRequest.Builder> putDedicatedIpWarmupAttributesRequest)
|
default PutDedicatedIpWarmupAttributesResponse |
putDedicatedIpWarmupAttributes(PutDedicatedIpWarmupAttributesRequest putDedicatedIpWarmupAttributesRequest)
|
default PutDeliverabilityDashboardOptionResponse |
putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest)
Enable or disable the Deliverability dashboard.
|
default PutDeliverabilityDashboardOptionResponse |
putDeliverabilityDashboardOption(PutDeliverabilityDashboardOptionRequest putDeliverabilityDashboardOptionRequest)
Enable or disable the Deliverability dashboard.
|
default PutEmailIdentityConfigurationSetAttributesResponse |
putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest)
Used to associate a configuration set with an email identity.
|
default PutEmailIdentityConfigurationSetAttributesResponse |
putEmailIdentityConfigurationSetAttributes(PutEmailIdentityConfigurationSetAttributesRequest putEmailIdentityConfigurationSetAttributesRequest)
Used to associate a configuration set with an email identity.
|
default PutEmailIdentityDkimAttributesResponse |
putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
default PutEmailIdentityDkimAttributesResponse |
putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest)
Used to enable or disable DKIM authentication for an email identity.
|
default PutEmailIdentityDkimSigningAttributesResponse |
putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
default PutEmailIdentityDkimSigningAttributesResponse |
putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest)
Used to configure or change the DKIM authentication settings for an email domain identity.
|
default PutEmailIdentityFeedbackAttributesResponse |
putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest)
Used to enable or disable feedback forwarding for an identity.
|
default PutEmailIdentityFeedbackAttributesResponse |
putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest)
Used to enable or disable feedback forwarding for an identity.
|
default PutEmailIdentityMailFromAttributesResponse |
putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
default PutEmailIdentityMailFromAttributesResponse |
putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest)
Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
default PutSuppressedDestinationResponse |
putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)
Adds an email address to the suppression list for your account.
|
default PutSuppressedDestinationResponse |
putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest)
Adds an email address to the suppression list for your account.
|
default SendBulkEmailResponse |
sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
default SendBulkEmailResponse |
sendBulkEmail(SendBulkEmailRequest sendBulkEmailRequest)
Composes an email message to multiple destinations.
|
default SendCustomVerificationEmailResponse |
sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
default SendCustomVerificationEmailResponse |
sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest)
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and
attempts to verify it.
|
default SendEmailResponse |
sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest)
Sends an email message.
|
default SendEmailResponse |
sendEmail(SendEmailRequest sendEmailRequest)
Sends an email message.
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Add one or more tags (keys and values) to a specified resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Add one or more tags (keys and values) to a specified resource.
|
default TestRenderEmailTemplateResponse |
testRenderEmailTemplate(Consumer<TestRenderEmailTemplateRequest.Builder> testRenderEmailTemplateRequest)
Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
|
default TestRenderEmailTemplateResponse |
testRenderEmailTemplate(TestRenderEmailTemplateRequest testRenderEmailTemplateRequest)
Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove one or more tags (keys and values) from a specified resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Remove one or more tags (keys and values) from a specified resource.
|
default UpdateConfigurationSetEventDestinationResponse |
updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Update the configuration of an event destination for a configuration set.
|
default UpdateConfigurationSetEventDestinationResponse |
updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
Update the configuration of an event destination for a configuration set.
|
default UpdateContactResponse |
updateContact(Consumer<UpdateContactRequest.Builder> updateContactRequest)
Updates a contact's preferences for a list.
|
default UpdateContactResponse |
updateContact(UpdateContactRequest updateContactRequest)
Updates a contact's preferences for a list.
|
default UpdateContactListResponse |
updateContactList(Consumer<UpdateContactListRequest.Builder> updateContactListRequest)
Updates contact list metadata.
|
default UpdateContactListResponse |
updateContactList(UpdateContactListRequest updateContactListRequest)
Updates contact list metadata.
|
default UpdateCustomVerificationEmailTemplateResponse |
updateCustomVerificationEmailTemplate(Consumer<UpdateCustomVerificationEmailTemplateRequest.Builder> updateCustomVerificationEmailTemplateRequest)
Updates an existing custom verification email template.
|
default UpdateCustomVerificationEmailTemplateResponse |
updateCustomVerificationEmailTemplate(UpdateCustomVerificationEmailTemplateRequest updateCustomVerificationEmailTemplateRequest)
Updates an existing custom verification email template.
|
default UpdateEmailIdentityPolicyResponse |
updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest)
Updates the specified sending authorization policy for the given identity (an email address or a domain).
|
default UpdateEmailIdentityPolicyResponse |
updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest)
Updates the specified sending authorization policy for the given identity (an email address or a domain).
|
default UpdateEmailTemplateResponse |
updateEmailTemplate(Consumer<UpdateEmailTemplateRequest.Builder> updateEmailTemplateRequest)
Updates an email template.
|
default UpdateEmailTemplateResponse |
updateEmailTemplate(UpdateEmailTemplateRequest updateEmailTemplateRequest)
Updates an email template.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static SesV2Client create()
SesV2Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static SesV2ClientBuilder builder()
SesV2Client.default CreateConfigurationSetResponse createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest) throws AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
createConfigurationSetRequest - A request to create a configuration set.AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConfigurationSetResponse createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest) throws AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a convenience which creates an instance of the CreateConfigurationSetRequest.Builder avoiding the
need to create one manually via CreateConfigurationSetRequest.builder()
createConfigurationSetRequest - A Consumer that will call methods on CreateConfigurationSetRequest.Builder to create a
request. A request to create a configuration set.AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConfigurationSetEventDestinationResponse createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest) throws NotFoundException, AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
A single configuration set can include more than one event destination.
createConfigurationSetEventDestinationRequest - A request to add an event destination to a configuration set.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateConfigurationSetEventDestinationResponse createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest) throws NotFoundException, AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Create an event destination. Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
A single configuration set can include more than one event destination.
This is a convenience which creates an instance of the
CreateConfigurationSetEventDestinationRequest.Builder avoiding the need to create one manually via
CreateConfigurationSetEventDestinationRequest.builder()
createConfigurationSetEventDestinationRequest - A Consumer that will call methods on CreateConfigurationSetEventDestinationRequest.Builder
to create a request. A request to add an event destination to a configuration set.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateContactResponse createContact(CreateContactRequest createContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AlreadyExistsException, AwsServiceException, SdkClientException, SesV2Exception
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
createContactRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateContactResponse createContact(Consumer<CreateContactRequest.Builder> createContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AlreadyExistsException, AwsServiceException, SdkClientException, SesV2Exception
Creates a contact, which is an end-user who is receiving the email, and adds them to a contact list.
This is a convenience which creates an instance of the CreateContactRequest.Builder avoiding the need to
create one manually via CreateContactRequest.builder()
createContactRequest - A Consumer that will call methods on CreateContactRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateContactListResponse createContactList(CreateContactListRequest createContactListRequest) throws BadRequestException, TooManyRequestsException, AlreadyExistsException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates a contact list.
createContactListRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateContactListResponse createContactList(Consumer<CreateContactListRequest.Builder> createContactListRequest) throws BadRequestException, TooManyRequestsException, AlreadyExistsException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates a contact list.
This is a convenience which creates an instance of the CreateContactListRequest.Builder avoiding the need
to create one manually via CreateContactListRequest.builder()
createContactListRequest - A Consumer that will call methods on CreateContactListRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCustomVerificationEmailTemplateResponse createCustomVerificationEmailTemplate(CreateCustomVerificationEmailTemplateRequest createCustomVerificationEmailTemplateRequest) throws BadRequestException, AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates a new custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
createCustomVerificationEmailTemplateRequest - Represents a request to create a custom verification email template.BadRequestException - The input you provided is invalid.AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateCustomVerificationEmailTemplateResponse createCustomVerificationEmailTemplate(Consumer<CreateCustomVerificationEmailTemplateRequest.Builder> createCustomVerificationEmailTemplateRequest) throws BadRequestException, AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates a new custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the
CreateCustomVerificationEmailTemplateRequest.Builder avoiding the need to create one manually via
CreateCustomVerificationEmailTemplateRequest.builder()
createCustomVerificationEmailTemplateRequest - A Consumer that will call methods on CreateCustomVerificationEmailTemplateRequest.Builder
to create a request. Represents a request to create a custom verification email template.BadRequestException - The input you provided is invalid.AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDedicatedIpPoolResponse createDedicatedIpPool(CreateDedicatedIpPoolRequest createDedicatedIpPoolRequest) throws AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
createDedicatedIpPoolRequest - A request to create a new dedicated IP pool.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDedicatedIpPoolResponse createDedicatedIpPool(Consumer<CreateDedicatedIpPoolRequest.Builder> createDedicatedIpPoolRequest) throws AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your AWS account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.
This is a convenience which creates an instance of the CreateDedicatedIpPoolRequest.Builder avoiding the
need to create one manually via CreateDedicatedIpPoolRequest.builder()
createDedicatedIpPoolRequest - A Consumer that will call methods on CreateDedicatedIpPoolRequest.Builder to create a
request. A request to create a new dedicated IP pool.AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeliverabilityTestReportResponse createDeliverabilityTestReport(CreateDeliverabilityTestReportRequest createDeliverabilityTestReportRequest) throws AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your
messages will be handled by various email providers around the world. When you perform a predictive inbox
placement test, you provide a sample message that contains the content that you plan to send to your customers.
Amazon SES then sends that message to special email addresses spread across several major email providers. After
about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to
view the results of the test.
createDeliverabilityTestReportRequest - A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you
predict how your messages will be handled by various email providers around the world. When you perform a
predictive inbox placement test, you provide a sample message that contains the content that you plan to
send to your customers. We send that message to special email addresses spread across several major email
providers around the world. The test takes about 24 hours to complete. When the test is complete, you can
use the GetDeliverabilityTestReport operation to view the results of the test.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateDeliverabilityTestReportResponse createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest) throws AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Create a new predictive inbox placement test. Predictive inbox placement tests can help you predict how your
messages will be handled by various email providers around the world. When you perform a predictive inbox
placement test, you provide a sample message that contains the content that you plan to send to your customers.
Amazon SES then sends that message to special email addresses spread across several major email providers. After
about 24 hours, the test is complete, and you can use the GetDeliverabilityTestReport operation to
view the results of the test.
This is a convenience which creates an instance of the CreateDeliverabilityTestReportRequest.Builder
avoiding the need to create one manually via CreateDeliverabilityTestReportRequest.builder()
createDeliverabilityTestReportRequest - A Consumer that will call methods on CreateDeliverabilityTestReportRequest.Builder to
create a request. A request to perform a predictive inbox placement test. Predictive inbox placement tests
can help you predict how your messages will be handled by various email providers around the world. When
you perform a predictive inbox placement test, you provide a sample message that contains the content that
you plan to send to your customers. We send that message to special email addresses spread across several
major email providers around the world. The test takes about 24 hours to complete. When the test is
complete, you can use the GetDeliverabilityTestReport operation to view the results of the
test.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailIdentityResponse createEmailIdentity(CreateEmailIdentityRequest createEmailIdentityRequest) throws AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.
When you verify an email address, Amazon SES sends an email to the address. Your email address is verified as soon as you follow the link in the verification email.
When you verify a domain without specifying the DkimSigningAttributes object, this operation
provides a set of DKIM tokens. You can convert these tokens into CNAME records, which you then add to the DNS
configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS
configuration for your domain. This verification method is known as Easy DKIM.
Alternatively, you can perform the verification process by providing your own public-private key pair. This
verification method is known as Bring Your Own DKIM (BYODKIM). To use BYODKIM, your call to the
CreateEmailIdentity operation has to include the DkimSigningAttributes object. When you
specify this object, you provide a selector (a component of the DNS record name that identifies the public key
that you want to use for DKIM authentication) and a private key.
When you verify a domain, this operation provides a set of DKIM tokens, which you can convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. For some DNS providers, it can take 72 hours or more to complete the domain verification process.
Additionally, you can associate an existing configuration set with the email identity that you're verifying.
createEmailIdentityRequest - A request to begin the verification process for an email identity (an email address or domain).AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailIdentityResponse createEmailIdentity(Consumer<CreateEmailIdentityRequest.Builder> createEmailIdentityRequest) throws AlreadyExistsException, LimitExceededException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Starts the process of verifying an email identity. An identity is an email address or domain that you use when you send email. Before you can use an identity to send email, you first have to verify it. By verifying an identity, you demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2 permission to send email from the identity.
When you verify an email address, Amazon SES sends an email to the address. Your email address is verified as soon as you follow the link in the verification email.
When you verify a domain without specifying the DkimSigningAttributes object, this operation
provides a set of DKIM tokens. You can convert these tokens into CNAME records, which you then add to the DNS
configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS
configuration for your domain. This verification method is known as Easy DKIM.
Alternatively, you can perform the verification process by providing your own public-private key pair. This
verification method is known as Bring Your Own DKIM (BYODKIM). To use BYODKIM, your call to the
CreateEmailIdentity operation has to include the DkimSigningAttributes object. When you
specify this object, you provide a selector (a component of the DNS record name that identifies the public key
that you want to use for DKIM authentication) and a private key.
When you verify a domain, this operation provides a set of DKIM tokens, which you can convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your domain. Your domain is verified when Amazon SES detects these records in the DNS configuration for your domain. For some DNS providers, it can take 72 hours or more to complete the domain verification process.
Additionally, you can associate an existing configuration set with the email identity that you're verifying.
This is a convenience which creates an instance of the CreateEmailIdentityRequest.Builder avoiding the
need to create one manually via CreateEmailIdentityRequest.builder()
createEmailIdentityRequest - A Consumer that will call methods on CreateEmailIdentityRequest.Builder to create a
request. A request to begin the verification process for an email identity (an email address or domain).AlreadyExistsException - The resource specified in your request already exists.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailIdentityPolicyResponse createEmailIdentityPolicy(CreateEmailIdentityPolicyRequest createEmailIdentityPolicyRequest) throws NotFoundException, AlreadyExistsException, TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Creates the specified sending authorization policy for the given identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
createEmailIdentityPolicyRequest - Represents a request to create a sending authorization policy for an identity. Sending authorization is an
Amazon SES feature that enables you to authorize other senders to use your identities. For information,
see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailIdentityPolicyResponse createEmailIdentityPolicy(Consumer<CreateEmailIdentityPolicyRequest.Builder> createEmailIdentityPolicyRequest) throws NotFoundException, AlreadyExistsException, TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Creates the specified sending authorization policy for the given identity (an email address or a domain).
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the CreateEmailIdentityPolicyRequest.Builder avoiding
the need to create one manually via CreateEmailIdentityPolicyRequest.builder()
createEmailIdentityPolicyRequest - A Consumer that will call methods on CreateEmailIdentityPolicyRequest.Builder to create a
request. Represents a request to create a sending authorization policy for an identity. Sending
authorization is an Amazon SES feature that enables you to authorize other senders to use your identities.
For information, see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.AlreadyExistsException - The resource specified in your request already exists.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailTemplateResponse createEmailTemplate(CreateEmailTemplateRequest createEmailTemplateRequest) throws AlreadyExistsException, TooManyRequestsException, BadRequestException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
createEmailTemplateRequest - Represents a request to create an email template. For more information, see the Amazon SES
Developer Guide.AlreadyExistsException - The resource specified in your request already exists.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateEmailTemplateResponse createEmailTemplate(Consumer<CreateEmailTemplateRequest.Builder> createEmailTemplateRequest) throws AlreadyExistsException, TooManyRequestsException, BadRequestException, LimitExceededException, AwsServiceException, SdkClientException, SesV2Exception
Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the CreateEmailTemplateRequest.Builder avoiding the
need to create one manually via CreateEmailTemplateRequest.builder()
createEmailTemplateRequest - A Consumer that will call methods on CreateEmailTemplateRequest.Builder to create a
request. Represents a request to create an email template. For more information, see the Amazon SES
Developer Guide.AlreadyExistsException - The resource specified in your request already exists.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.LimitExceededException - There are too many instances of the specified resource type.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateImportJobResponse createImportJob(CreateImportJobRequest createImportJobRequest) throws BadRequestException, LimitExceededException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Creates an import job for a data destination.
createImportJobRequest - Represents a request to create an import job from a data source for a data destination.BadRequestException - The input you provided is invalid.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault CreateImportJobResponse createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest) throws BadRequestException, LimitExceededException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Creates an import job for a data destination.
This is a convenience which creates an instance of the CreateImportJobRequest.Builder avoiding the need
to create one manually via CreateImportJobRequest.builder()
createImportJobRequest - A Consumer that will call methods on CreateImportJobRequest.Builder to create a request.
Represents a request to create an import job from a data source for a data destination.BadRequestException - The input you provided is invalid.LimitExceededException - There are too many instances of the specified resource type.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConfigurationSetResponse deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Delete an existing configuration set.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
deleteConfigurationSetRequest - A request to delete a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConfigurationSetResponse deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Delete an existing configuration set.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a convenience which creates an instance of the DeleteConfigurationSetRequest.Builder avoiding the
need to create one manually via DeleteConfigurationSetRequest.builder()
deleteConfigurationSetRequest - A Consumer that will call methods on DeleteConfigurationSetRequest.Builder to create a
request. A request to delete a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConfigurationSetEventDestinationResponse deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Delete an event destination.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
deleteConfigurationSetEventDestinationRequest - A request to delete an event destination from a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteConfigurationSetEventDestinationResponse deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Delete an event destination.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
This is a convenience which creates an instance of the
DeleteConfigurationSetEventDestinationRequest.Builder avoiding the need to create one manually via
DeleteConfigurationSetEventDestinationRequest.builder()
deleteConfigurationSetEventDestinationRequest - A Consumer that will call methods on DeleteConfigurationSetEventDestinationRequest.Builder
to create a request. A request to delete an event destination from a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteContactResponse deleteContact(DeleteContactRequest deleteContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Removes a contact from a contact list.
deleteContactRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteContactResponse deleteContact(Consumer<DeleteContactRequest.Builder> deleteContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Removes a contact from a contact list.
This is a convenience which creates an instance of the DeleteContactRequest.Builder avoiding the need to
create one manually via DeleteContactRequest.builder()
deleteContactRequest - A Consumer that will call methods on DeleteContactRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteContactListResponse deleteContactList(DeleteContactListRequest deleteContactListRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Deletes a contact list and all of the contacts on that list.
deleteContactListRequest - TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteContactListResponse deleteContactList(Consumer<DeleteContactListRequest.Builder> deleteContactListRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Deletes a contact list and all of the contacts on that list.
This is a convenience which creates an instance of the DeleteContactListRequest.Builder avoiding the need
to create one manually via DeleteContactListRequest.builder()
deleteContactListRequest - A Consumer that will call methods on DeleteContactListRequest.Builder to create a request.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCustomVerificationEmailTemplateResponse deleteCustomVerificationEmailTemplate(DeleteCustomVerificationEmailTemplateRequest deleteCustomVerificationEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
deleteCustomVerificationEmailTemplateRequest - Represents a request to delete an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteCustomVerificationEmailTemplateResponse deleteCustomVerificationEmailTemplate(Consumer<DeleteCustomVerificationEmailTemplateRequest.Builder> deleteCustomVerificationEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the
DeleteCustomVerificationEmailTemplateRequest.Builder avoiding the need to create one manually via
DeleteCustomVerificationEmailTemplateRequest.builder()
deleteCustomVerificationEmailTemplateRequest - A Consumer that will call methods on DeleteCustomVerificationEmailTemplateRequest.Builder
to create a request. Represents a request to delete an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDedicatedIpPoolResponse deleteDedicatedIpPool(DeleteDedicatedIpPoolRequest deleteDedicatedIpPoolRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Delete a dedicated IP pool.
deleteDedicatedIpPoolRequest - A request to delete a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteDedicatedIpPoolResponse deleteDedicatedIpPool(Consumer<DeleteDedicatedIpPoolRequest.Builder> deleteDedicatedIpPoolRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Delete a dedicated IP pool.
This is a convenience which creates an instance of the DeleteDedicatedIpPoolRequest.Builder avoiding the
need to create one manually via DeleteDedicatedIpPoolRequest.builder()
deleteDedicatedIpPoolRequest - A Consumer that will call methods on DeleteDedicatedIpPoolRequest.Builder to create a
request. A request to delete a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailIdentityResponse deleteEmailIdentity(DeleteEmailIdentityRequest deleteEmailIdentityRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an email identity. An identity can be either an email address or a domain name.
deleteEmailIdentityRequest - A request to delete an existing email identity. When you delete an identity, you lose the ability to send
email from that identity. You can restore your ability to send email by completing the verification
process for the identity again.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailIdentityResponse deleteEmailIdentity(Consumer<DeleteEmailIdentityRequest.Builder> deleteEmailIdentityRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an email identity. An identity can be either an email address or a domain name.
This is a convenience which creates an instance of the DeleteEmailIdentityRequest.Builder avoiding the
need to create one manually via DeleteEmailIdentityRequest.builder()
deleteEmailIdentityRequest - A Consumer that will call methods on DeleteEmailIdentityRequest.Builder to create a
request. A request to delete an existing email identity. When you delete an identity, you lose the ability
to send email from that identity. You can restore your ability to send email by completing the
verification process for the identity again.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailIdentityPolicyResponse deleteEmailIdentityPolicy(DeleteEmailIdentityPolicyRequest deleteEmailIdentityPolicyRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
deleteEmailIdentityPolicyRequest - Represents a request to delete a sending authorization policy for an identity. Sending authorization is an
Amazon SES feature that enables you to authorize other senders to use your identities. For information,
see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailIdentityPolicyResponse deleteEmailIdentityPolicy(Consumer<DeleteEmailIdentityPolicyRequest.Builder> deleteEmailIdentityPolicyRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the DeleteEmailIdentityPolicyRequest.Builder avoiding
the need to create one manually via DeleteEmailIdentityPolicyRequest.builder()
deleteEmailIdentityPolicyRequest - A Consumer that will call methods on DeleteEmailIdentityPolicyRequest.Builder to create a
request. Represents a request to delete a sending authorization policy for an identity. Sending
authorization is an Amazon SES feature that enables you to authorize other senders to use your identities.
For information, see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailTemplateResponse deleteEmailTemplate(DeleteEmailTemplateRequest deleteEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an email template.
You can execute this operation no more than once per second.
deleteEmailTemplateRequest - Represents a request to delete an email template. For more information, see the Amazon SES
Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteEmailTemplateResponse deleteEmailTemplate(Consumer<DeleteEmailTemplateRequest.Builder> deleteEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Deletes an email template.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the DeleteEmailTemplateRequest.Builder avoiding the
need to create one manually via DeleteEmailTemplateRequest.builder()
deleteEmailTemplateRequest - A Consumer that will call methods on DeleteEmailTemplateRequest.Builder to create a
request. Represents a request to delete an email template. For more information, see the Amazon SES
Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSuppressedDestinationResponse deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest) throws NotFoundException, BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Removes an email address from the suppression list for your account.
deleteSuppressedDestinationRequest - A request to remove an email address from the suppression list for your account.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault DeleteSuppressedDestinationResponse deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest) throws NotFoundException, BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Removes an email address from the suppression list for your account.
This is a convenience which creates an instance of the DeleteSuppressedDestinationRequest.Builder
avoiding the need to create one manually via DeleteSuppressedDestinationRequest.builder()
deleteSuppressedDestinationRequest - A Consumer that will call methods on DeleteSuppressedDestinationRequest.Builder to create
a request. A request to remove an email address from the suppression list for your account.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountResponse getAccount(GetAccountRequest getAccountRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS Region.
getAccountRequest - A request to obtain information about the email-sending capabilities of your Amazon SES account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetAccountResponse getAccount(Consumer<GetAccountRequest.Builder> getAccountRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Obtain information about the email-sending status and capabilities of your Amazon SES account in the current AWS Region.
This is a convenience which creates an instance of the GetAccountRequest.Builder avoiding the need to
create one manually via GetAccountRequest.builder()
getAccountRequest - A Consumer that will call methods on GetAccountRequest.Builder to create a request. A
request to obtain information about the email-sending capabilities of your Amazon SES account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetBlacklistReportsResponse getBlacklistReports(GetBlacklistReportsRequest getBlacklistReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
getBlacklistReportsRequest - A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetBlacklistReportsResponse getBlacklistReports(Consumer<GetBlacklistReportsRequest.Builder> getBlacklistReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
This is a convenience which creates an instance of the GetBlacklistReportsRequest.Builder avoiding the
need to create one manually via GetBlacklistReportsRequest.builder()
getBlacklistReportsRequest - A Consumer that will call methods on GetBlacklistReportsRequest.Builder to create a
request. A request to retrieve a list of the blacklists that your dedicated IP addresses appear on.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConfigurationSetResponse getConfigurationSet(GetConfigurationSetRequest getConfigurationSetRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
getConfigurationSetRequest - A request to obtain information about a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConfigurationSetResponse getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Get information about an existing configuration set, including the dedicated IP pool that it's associated with, whether or not it's enabled for sending email, and more.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a convenience which creates an instance of the GetConfigurationSetRequest.Builder avoiding the
need to create one manually via GetConfigurationSetRequest.builder()
getConfigurationSetRequest - A Consumer that will call methods on GetConfigurationSetRequest.Builder to create a
request. A request to obtain information about a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConfigurationSetEventDestinationsResponse getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of event destinations that are associated with a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
getConfigurationSetEventDestinationsRequest - A request to obtain information about the event destinations for a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetConfigurationSetEventDestinationsResponse getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of event destinations that are associated with a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
This is a convenience which creates an instance of the
GetConfigurationSetEventDestinationsRequest.Builder avoiding the need to create one manually via
GetConfigurationSetEventDestinationsRequest.builder()
getConfigurationSetEventDestinationsRequest - A Consumer that will call methods on GetConfigurationSetEventDestinationsRequest.Builder
to create a request. A request to obtain information about the event destinations for a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetContactResponse getContact(GetContactRequest getContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Returns a contact from a contact list.
getContactRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetContactResponse getContact(Consumer<GetContactRequest.Builder> getContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Returns a contact from a contact list.
This is a convenience which creates an instance of the GetContactRequest.Builder avoiding the need to
create one manually via GetContactRequest.builder()
getContactRequest - A Consumer that will call methods on GetContactRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetContactListResponse getContactList(GetContactListRequest getContactListRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns contact list metadata. It does not return any information about the contacts present in the list.
getContactListRequest - TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetContactListResponse getContactList(Consumer<GetContactListRequest.Builder> getContactListRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns contact list metadata. It does not return any information about the contacts present in the list.
This is a convenience which creates an instance of the GetContactListRequest.Builder avoiding the need to
create one manually via GetContactListRequest.builder()
getContactListRequest - A Consumer that will call methods on GetContactListRequest.Builder to create a request.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCustomVerificationEmailTemplateResponse getCustomVerificationEmailTemplate(GetCustomVerificationEmailTemplateRequest getCustomVerificationEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
getCustomVerificationEmailTemplateRequest - Represents a request to retrieve an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetCustomVerificationEmailTemplateResponse getCustomVerificationEmailTemplate(Consumer<GetCustomVerificationEmailTemplateRequest.Builder> getCustomVerificationEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the GetCustomVerificationEmailTemplateRequest.Builder
avoiding the need to create one manually via GetCustomVerificationEmailTemplateRequest.builder()
getCustomVerificationEmailTemplateRequest - A Consumer that will call methods on GetCustomVerificationEmailTemplateRequest.Builder to
create a request. Represents a request to retrieve an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpResponse getDedicatedIp(GetDedicatedIpRequest getDedicatedIpRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
getDedicatedIpRequest - A request to obtain more information about a dedicated IP address.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpResponse getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> getDedicatedIpRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
This is a convenience which creates an instance of the GetDedicatedIpRequest.Builder avoiding the need to
create one manually via GetDedicatedIpRequest.builder()
getDedicatedIpRequest - A Consumer that will call methods on GetDedicatedIpRequest.Builder to create a request. A
request to obtain more information about a dedicated IP address.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpsResponse getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List the dedicated IP addresses that are associated with your AWS account.
getDedicatedIpsRequest - A request to obtain more information about dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpsResponse getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List the dedicated IP addresses that are associated with your AWS account.
This is a convenience which creates an instance of the GetDedicatedIpsRequest.Builder avoiding the need
to create one manually via GetDedicatedIpsRequest.builder()
getDedicatedIpsRequest - A Consumer that will call methods on GetDedicatedIpsRequest.Builder to create a request. A
request to obtain more information about dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpsIterable getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List the dedicated IP addresses that are associated with your AWS account.
This is a variant of getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest) operation.
getDedicatedIpsRequest - A request to obtain more information about dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDedicatedIpsIterable getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List the dedicated IP addresses that are associated with your AWS account.
This is a variant of getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.GetDedicatedIpsIterable responses = client.getDedicatedIpsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest) operation.
This is a convenience which creates an instance of the GetDedicatedIpsRequest.Builder avoiding the need
to create one manually via GetDedicatedIpsRequest.builder()
getDedicatedIpsRequest - A Consumer that will call methods on GetDedicatedIpsRequest.Builder to create a request. A
request to obtain more information about dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeliverabilityDashboardOptionsResponse getDeliverabilityDashboardOptions(GetDeliverabilityDashboardOptionsRequest getDeliverabilityDashboardOptionsRequest) throws TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve information about the status of the Deliverability dashboard for your account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
getDeliverabilityDashboardOptionsRequest - Retrieve information about the status of the Deliverability dashboard for your AWS account. When the
Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for
your domains. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeliverabilityDashboardOptionsResponse getDeliverabilityDashboardOptions(Consumer<GetDeliverabilityDashboardOptionsRequest.Builder> getDeliverabilityDashboardOptionsRequest) throws TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve information about the status of the Deliverability dashboard for your account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
This is a convenience which creates an instance of the GetDeliverabilityDashboardOptionsRequest.Builder
avoiding the need to create one manually via GetDeliverabilityDashboardOptionsRequest.builder()
getDeliverabilityDashboardOptionsRequest - A Consumer that will call methods on GetDeliverabilityDashboardOptionsRequest.Builder to
create a request. Retrieve information about the status of the Deliverability dashboard for your AWS
account. When the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and
other metrics for your domains. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeliverabilityTestReportResponse getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve the results of a predictive inbox placement test.
getDeliverabilityTestReportRequest - A request to retrieve the results of a predictive inbox placement test.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDeliverabilityTestReportResponse getDeliverabilityTestReport(Consumer<GetDeliverabilityTestReportRequest.Builder> getDeliverabilityTestReportRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve the results of a predictive inbox placement test.
This is a convenience which creates an instance of the GetDeliverabilityTestReportRequest.Builder
avoiding the need to create one manually via GetDeliverabilityTestReportRequest.builder()
getDeliverabilityTestReportRequest - A Consumer that will call methods on GetDeliverabilityTestReportRequest.Builder to create
a request. A request to retrieve the results of a predictive inbox placement test.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainDeliverabilityCampaignResponse getDomainDeliverabilityCampaign(GetDomainDeliverabilityCampaignRequest getDomainDeliverabilityCampaignRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
getDomainDeliverabilityCampaignRequest - Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only
if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (
PutDeliverabilityDashboardOption operation).TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainDeliverabilityCampaignResponse getDomainDeliverabilityCampaign(Consumer<GetDomainDeliverabilityCampaignRequest.Builder> getDomainDeliverabilityCampaignRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for.
This is a convenience which creates an instance of the GetDomainDeliverabilityCampaignRequest.Builder
avoiding the need to create one manually via GetDomainDeliverabilityCampaignRequest.builder()
getDomainDeliverabilityCampaignRequest - A Consumer that will call methods on GetDomainDeliverabilityCampaignRequest.Builder to
create a request. Retrieve all the deliverability data for a specific campaign. This data is available for
a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled
for (PutDeliverabilityDashboardOption operation).TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainStatisticsReportResponse getDomainStatisticsReport(GetDomainStatisticsReportRequest getDomainStatisticsReportRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve inbox placement and engagement rates for the domains that you use to send email.
getDomainStatisticsReportRequest - A request to obtain deliverability metrics for a domain.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetDomainStatisticsReportResponse getDomainStatisticsReport(Consumer<GetDomainStatisticsReportRequest.Builder> getDomainStatisticsReportRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve inbox placement and engagement rates for the domains that you use to send email.
This is a convenience which creates an instance of the GetDomainStatisticsReportRequest.Builder avoiding
the need to create one manually via GetDomainStatisticsReportRequest.builder()
getDomainStatisticsReportRequest - A Consumer that will call methods on GetDomainStatisticsReportRequest.Builder to create a
request. A request to obtain deliverability metrics for a domain.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailIdentityResponse getEmailIdentity(GetEmailIdentityRequest getEmailIdentityRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.
getEmailIdentityRequest - A request to return details about an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailIdentityResponse getEmailIdentity(Consumer<GetEmailIdentityRequest.Builder> getEmailIdentityRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.
This is a convenience which creates an instance of the GetEmailIdentityRequest.Builder avoiding the need
to create one manually via GetEmailIdentityRequest.builder()
getEmailIdentityRequest - A Consumer that will call methods on GetEmailIdentityRequest.Builder to create a request.
A request to return details about an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailIdentityPoliciesResponse getEmailIdentityPolicies(GetEmailIdentityPoliciesRequest getEmailIdentityPoliciesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
getEmailIdentityPoliciesRequest - A request to return the policies of an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailIdentityPoliciesResponse getEmailIdentityPolicies(Consumer<GetEmailIdentityPoliciesRequest.Builder> getEmailIdentityPoliciesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a time.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the GetEmailIdentityPoliciesRequest.Builder avoiding
the need to create one manually via GetEmailIdentityPoliciesRequest.builder()
getEmailIdentityPoliciesRequest - A Consumer that will call methods on GetEmailIdentityPoliciesRequest.Builder to create a
request. A request to return the policies of an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailTemplateResponse getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.
You can execute this operation no more than once per second.
getEmailTemplateRequest - Represents a request to display the template object (which includes the subject line, HTML part and text
part) for the template you specify.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetEmailTemplateResponse getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Displays the template object (which includes the subject line, HTML part and text part) for the template you specify.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the GetEmailTemplateRequest.Builder avoiding the need
to create one manually via GetEmailTemplateRequest.builder()
getEmailTemplateRequest - A Consumer that will call methods on GetEmailTemplateRequest.Builder to create a request.
Represents a request to display the template object (which includes the subject line, HTML part and text
part) for the template you specify.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetImportJobResponse getImportJob(GetImportJobRequest getImportJobRequest) throws BadRequestException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Provides information about an import job.
getImportJobRequest - Represents a request for information about an import job using the import job ID.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetImportJobResponse getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest) throws BadRequestException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Provides information about an import job.
This is a convenience which creates an instance of the GetImportJobRequest.Builder avoiding the need to
create one manually via GetImportJobRequest.builder()
getImportJobRequest - A Consumer that will call methods on GetImportJobRequest.Builder to create a request.
Represents a request for information about an import job using the import job ID.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSuppressedDestinationResponse getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves information about a specific email address that's on the suppression list for your account.
getSuppressedDestinationRequest - A request to retrieve information about an email address that's on the suppression list for your account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault GetSuppressedDestinationResponse getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves information about a specific email address that's on the suppression list for your account.
This is a convenience which creates an instance of the GetSuppressedDestinationRequest.Builder avoiding
the need to create one manually via GetSuppressedDestinationRequest.builder()
getSuppressedDestinationRequest - A Consumer that will call methods on GetSuppressedDestinationRequest.Builder to create a
request. A request to retrieve information about an email address that's on the suppression list for your
account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConfigurationSetsResponse listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
listConfigurationSetsRequest - A request to obtain a list of configuration sets for your Amazon SES account in the current AWS Region.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConfigurationSetsResponse listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a convenience which creates an instance of the ListConfigurationSetsRequest.Builder avoiding the
need to create one manually via ListConfigurationSetsRequest.builder()
listConfigurationSetsRequest - A Consumer that will call methods on ListConfigurationSetsRequest.Builder to create a
request. A request to obtain a list of configuration sets for your Amazon SES account in the current AWS
Region.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConfigurationSetsIterable listConfigurationSetsPaginator(ListConfigurationSetsRequest listConfigurationSetsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a variant of
listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client.listConfigurationSetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client
.listConfigurationSetsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client.listConfigurationSetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest)
operation.
listConfigurationSetsRequest - A request to obtain a list of configuration sets for your Amazon SES account in the current AWS Region.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListConfigurationSetsIterable listConfigurationSetsPaginator(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the configuration sets associated with your account in the current region.
Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.
This is a variant of
listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client.listConfigurationSetsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client
.listConfigurationSetsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListConfigurationSetsIterable responses = client.listConfigurationSetsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listConfigurationSets(software.amazon.awssdk.services.sesv2.model.ListConfigurationSetsRequest)
operation.
This is a convenience which creates an instance of the ListConfigurationSetsRequest.Builder avoiding the
need to create one manually via ListConfigurationSetsRequest.builder()
listConfigurationSetsRequest - A Consumer that will call methods on ListConfigurationSetsRequest.Builder to create a
request. A request to obtain a list of configuration sets for your Amazon SES account in the current AWS
Region.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactListsResponse listContactLists(ListContactListsRequest listContactListsRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the contact lists available.
listContactListsRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactListsResponse listContactLists(Consumer<ListContactListsRequest.Builder> listContactListsRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the contact lists available.
This is a convenience which creates an instance of the ListContactListsRequest.Builder avoiding the need
to create one manually via ListContactListsRequest.builder()
listContactListsRequest - A Consumer that will call methods on ListContactListsRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactListsIterable listContactListsPaginator(ListContactListsRequest listContactListsRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the contact lists available.
This is a variant of
listContactLists(software.amazon.awssdk.services.sesv2.model.ListContactListsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client.listContactListsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client
.listContactListsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListContactListsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client.listContactListsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listContactLists(software.amazon.awssdk.services.sesv2.model.ListContactListsRequest) operation.
listContactListsRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactListsIterable listContactListsPaginator(Consumer<ListContactListsRequest.Builder> listContactListsRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the contact lists available.
This is a variant of
listContactLists(software.amazon.awssdk.services.sesv2.model.ListContactListsRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client.listContactListsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client
.listContactListsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListContactListsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListContactListsIterable responses = client.listContactListsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listContactLists(software.amazon.awssdk.services.sesv2.model.ListContactListsRequest) operation.
This is a convenience which creates an instance of the ListContactListsRequest.Builder avoiding the need
to create one manually via ListContactListsRequest.builder()
listContactListsRequest - A Consumer that will call methods on ListContactListsRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactsResponse listContacts(ListContactsRequest listContactsRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Lists the contacts present in a specific contact list.
listContactsRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactsResponse listContacts(Consumer<ListContactsRequest.Builder> listContactsRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Lists the contacts present in a specific contact list.
This is a convenience which creates an instance of the ListContactsRequest.Builder avoiding the need to
create one manually via ListContactsRequest.builder()
listContactsRequest - A Consumer that will call methods on ListContactsRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactsIterable listContactsPaginator(ListContactsRequest listContactsRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Lists the contacts present in a specific contact list.
This is a variant of listContacts(software.amazon.awssdk.services.sesv2.model.ListContactsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListContactsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listContacts(software.amazon.awssdk.services.sesv2.model.ListContactsRequest) operation.
listContactsRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListContactsIterable listContactsPaginator(Consumer<ListContactsRequest.Builder> listContactsRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Lists the contacts present in a specific contact list.
This is a variant of listContacts(software.amazon.awssdk.services.sesv2.model.ListContactsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListContactsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListContactsIterable responses = client.listContactsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listContacts(software.amazon.awssdk.services.sesv2.model.ListContactsRequest) operation.
This is a convenience which creates an instance of the ListContactsRequest.Builder avoiding the need to
create one manually via ListContactsRequest.builder()
listContactsRequest - A Consumer that will call methods on ListContactsRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCustomVerificationEmailTemplatesResponse listCustomVerificationEmailTemplates(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
listCustomVerificationEmailTemplatesRequest - Represents a request to list the existing custom verification email templates for your account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCustomVerificationEmailTemplatesResponse listCustomVerificationEmailTemplates(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the
ListCustomVerificationEmailTemplatesRequest.Builder avoiding the need to create one manually via
ListCustomVerificationEmailTemplatesRequest.builder()
listCustomVerificationEmailTemplatesRequest - A Consumer that will call methods on ListCustomVerificationEmailTemplatesRequest.Builder
to create a request. Represents a request to list the existing custom verification email templates for
your account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCustomVerificationEmailTemplatesIterable listCustomVerificationEmailTemplatesPaginator(ListCustomVerificationEmailTemplatesRequest listCustomVerificationEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a variant of
listCustomVerificationEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client.listCustomVerificationEmailTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client
.listCustomVerificationEmailTemplatesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client.listCustomVerificationEmailTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCustomVerificationEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesRequest)
operation.
listCustomVerificationEmailTemplatesRequest - Represents a request to list the existing custom verification email templates for your account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListCustomVerificationEmailTemplatesIterable listCustomVerificationEmailTemplatesPaginator(Consumer<ListCustomVerificationEmailTemplatesRequest.Builder> listCustomVerificationEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the existing custom verification email templates for your account in the current AWS Region.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a variant of
listCustomVerificationEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client.listCustomVerificationEmailTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client
.listCustomVerificationEmailTemplatesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListCustomVerificationEmailTemplatesIterable responses = client.listCustomVerificationEmailTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listCustomVerificationEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListCustomVerificationEmailTemplatesRequest)
operation.
This is a convenience which creates an instance of the
ListCustomVerificationEmailTemplatesRequest.Builder avoiding the need to create one manually via
ListCustomVerificationEmailTemplatesRequest.builder()
listCustomVerificationEmailTemplatesRequest - A Consumer that will call methods on ListCustomVerificationEmailTemplatesRequest.Builder
to create a request. Represents a request to list the existing custom verification email templates for
your account.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDedicatedIpPoolsResponse listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the dedicated IP pools that exist in your AWS account in the current Region.
listDedicatedIpPoolsRequest - A request to obtain a list of dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDedicatedIpPoolsResponse listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the dedicated IP pools that exist in your AWS account in the current Region.
This is a convenience which creates an instance of the ListDedicatedIpPoolsRequest.Builder avoiding the
need to create one manually via ListDedicatedIpPoolsRequest.builder()
listDedicatedIpPoolsRequest - A Consumer that will call methods on ListDedicatedIpPoolsRequest.Builder to create a
request. A request to obtain a list of dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDedicatedIpPoolsIterable listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the dedicated IP pools that exist in your AWS account in the current Region.
This is a variant of
listDedicatedIpPools(software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client.listDedicatedIpPoolsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client
.listDedicatedIpPoolsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client.listDedicatedIpPoolsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDedicatedIpPools(software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest)
operation.
listDedicatedIpPoolsRequest - A request to obtain a list of dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDedicatedIpPoolsIterable listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
List all of the dedicated IP pools that exist in your AWS account in the current Region.
This is a variant of
listDedicatedIpPools(software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client.listDedicatedIpPoolsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client
.listDedicatedIpPoolsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDedicatedIpPoolsIterable responses = client.listDedicatedIpPoolsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDedicatedIpPools(software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest)
operation.
This is a convenience which creates an instance of the ListDedicatedIpPoolsRequest.Builder avoiding the
need to create one manually via ListDedicatedIpPoolsRequest.builder()
listDedicatedIpPoolsRequest - A Consumer that will call methods on ListDedicatedIpPoolsRequest.Builder to create a
request. A request to obtain a list of dedicated IP pools.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeliverabilityTestReportsResponse listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
listDeliverabilityTestReportsRequest - A request to list all of the predictive inbox placement tests that you've performed.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeliverabilityTestReportsResponse listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
This is a convenience which creates an instance of the ListDeliverabilityTestReportsRequest.Builder
avoiding the need to create one manually via ListDeliverabilityTestReportsRequest.builder()
listDeliverabilityTestReportsRequest - A Consumer that will call methods on ListDeliverabilityTestReportsRequest.Builder to
create a request. A request to list all of the predictive inbox placement tests that you've performed.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeliverabilityTestReportsIterable listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
This is a variant of
listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client.listDeliverabilityTestReportsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client
.listDeliverabilityTestReportsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client.listDeliverabilityTestReportsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)
operation.
listDeliverabilityTestReportsRequest - A request to list all of the predictive inbox placement tests that you've performed.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDeliverabilityTestReportsIterable listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest) throws TooManyRequestsException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For
predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport
operation to view the results.
This is a variant of
listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client.listDeliverabilityTestReportsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client
.listDeliverabilityTestReportsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDeliverabilityTestReportsIterable responses = client.listDeliverabilityTestReportsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDeliverabilityTestReports(software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest)
operation.
This is a convenience which creates an instance of the ListDeliverabilityTestReportsRequest.Builder
avoiding the need to create one manually via ListDeliverabilityTestReportsRequest.builder()
listDeliverabilityTestReportsRequest - A Consumer that will call methods on ListDeliverabilityTestReportsRequest.Builder to
create a request. A request to list all of the predictive inbox placement tests that you've performed.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDomainDeliverabilityCampaignsResponse listDomainDeliverabilityCampaigns(ListDomainDeliverabilityCampaignsRequest listDomainDeliverabilityCampaignsRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
listDomainDeliverabilityCampaignsRequest - Retrieve deliverability data for all the campaigns that used a specific domain to send email during a
specified time range. This data is available for a domain only if you enabled the Deliverability
dashboard.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDomainDeliverabilityCampaignsResponse listDomainDeliverabilityCampaigns(Consumer<ListDomainDeliverabilityCampaignsRequest.Builder> listDomainDeliverabilityCampaignsRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
This is a convenience which creates an instance of the ListDomainDeliverabilityCampaignsRequest.Builder
avoiding the need to create one manually via ListDomainDeliverabilityCampaignsRequest.builder()
listDomainDeliverabilityCampaignsRequest - A Consumer that will call methods on ListDomainDeliverabilityCampaignsRequest.Builder to
create a request. Retrieve deliverability data for all the campaigns that used a specific domain to send
email during a specified time range. This data is available for a domain only if you enabled the
Deliverability dashboard.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDomainDeliverabilityCampaignsIterable listDomainDeliverabilityCampaignsPaginator(ListDomainDeliverabilityCampaignsRequest listDomainDeliverabilityCampaignsRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
This is a variant of
listDomainDeliverabilityCampaigns(software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client.listDomainDeliverabilityCampaignsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client
.listDomainDeliverabilityCampaignsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client.listDomainDeliverabilityCampaignsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomainDeliverabilityCampaigns(software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsRequest)
operation.
listDomainDeliverabilityCampaignsRequest - Retrieve deliverability data for all the campaigns that used a specific domain to send email during a
specified time range. This data is available for a domain only if you enabled the Deliverability
dashboard.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListDomainDeliverabilityCampaignsIterable listDomainDeliverabilityCampaignsPaginator(Consumer<ListDomainDeliverabilityCampaignsRequest.Builder> listDomainDeliverabilityCampaignsRequest) throws TooManyRequestsException, BadRequestException, NotFoundException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
This is a variant of
listDomainDeliverabilityCampaigns(software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client.listDomainDeliverabilityCampaignsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client
.listDomainDeliverabilityCampaignsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListDomainDeliverabilityCampaignsIterable responses = client.listDomainDeliverabilityCampaignsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomainDeliverabilityCampaigns(software.amazon.awssdk.services.sesv2.model.ListDomainDeliverabilityCampaignsRequest)
operation.
This is a convenience which creates an instance of the ListDomainDeliverabilityCampaignsRequest.Builder
avoiding the need to create one manually via ListDomainDeliverabilityCampaignsRequest.builder()
listDomainDeliverabilityCampaignsRequest - A Consumer that will call methods on ListDomainDeliverabilityCampaignsRequest.Builder to
create a request. Retrieve deliverability data for all the campaigns that used a specific domain to send
email during a specified time range. This data is available for a domain only if you enabled the
Deliverability dashboard.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailIdentitiesResponse listEmailIdentities(ListEmailIdentitiesRequest listEmailIdentitiesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns a list of all of the email identities that are associated with your AWS account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
listEmailIdentitiesRequest - A request to list all of the email identities associated with your AWS account. This list includes
identities that you've already verified, identities that are unverified, and identities that were verified
in the past, but are no longer verified.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailIdentitiesResponse listEmailIdentities(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns a list of all of the email identities that are associated with your AWS account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
This is a convenience which creates an instance of the ListEmailIdentitiesRequest.Builder avoiding the
need to create one manually via ListEmailIdentitiesRequest.builder()
listEmailIdentitiesRequest - A Consumer that will call methods on ListEmailIdentitiesRequest.Builder to create a
request. A request to list all of the email identities associated with your AWS account. This list
includes identities that you've already verified, identities that are unverified, and identities that were
verified in the past, but are no longer verified.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailIdentitiesIterable listEmailIdentitiesPaginator(ListEmailIdentitiesRequest listEmailIdentitiesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns a list of all of the email identities that are associated with your AWS account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
This is a variant of
listEmailIdentities(software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client.listEmailIdentitiesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client
.listEmailIdentitiesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client.listEmailIdentitiesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEmailIdentities(software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesRequest)
operation.
listEmailIdentitiesRequest - A request to list all of the email identities associated with your AWS account. This list includes
identities that you've already verified, identities that are unverified, and identities that were verified
in the past, but are no longer verified.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailIdentitiesIterable listEmailIdentitiesPaginator(Consumer<ListEmailIdentitiesRequest.Builder> listEmailIdentitiesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Returns a list of all of the email identities that are associated with your AWS account. An identity can be either an email address or a domain. This operation returns identities that are verified as well as those that aren't. This operation returns identities that are associated with Amazon SES and Amazon Pinpoint.
This is a variant of
listEmailIdentities(software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesRequest) operation.
The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally
handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client.listEmailIdentitiesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client
.listEmailIdentitiesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListEmailIdentitiesIterable responses = client.listEmailIdentitiesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEmailIdentities(software.amazon.awssdk.services.sesv2.model.ListEmailIdentitiesRequest)
operation.
This is a convenience which creates an instance of the ListEmailIdentitiesRequest.Builder avoiding the
need to create one manually via ListEmailIdentitiesRequest.builder()
listEmailIdentitiesRequest - A Consumer that will call methods on ListEmailIdentitiesRequest.Builder to create a
request. A request to list all of the email identities associated with your AWS account. This list
includes identities that you've already verified, identities that are unverified, and identities that were
verified in the past, but are no longer verified.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailTemplatesResponse listEmailTemplates(ListEmailTemplatesRequest listEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
listEmailTemplatesRequest - Represents a request to list the email templates present in your Amazon SES account in the current AWS
Region. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailTemplatesResponse listEmailTemplates(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the ListEmailTemplatesRequest.Builder avoiding the
need to create one manually via ListEmailTemplatesRequest.builder()
listEmailTemplatesRequest - A Consumer that will call methods on ListEmailTemplatesRequest.Builder to create a
request. Represents a request to list the email templates present in your Amazon SES account in the
current AWS Region. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailTemplatesIterable listEmailTemplatesPaginator(ListEmailTemplatesRequest listEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
This is a variant of
listEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client.listEmailTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client
.listEmailTemplatesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client.listEmailTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesRequest) operation.
listEmailTemplatesRequest - Represents a request to list the email templates present in your Amazon SES account in the current AWS
Region. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListEmailTemplatesIterable listEmailTemplatesPaginator(Consumer<ListEmailTemplatesRequest.Builder> listEmailTemplatesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists the email templates present in your Amazon SES account in the current AWS Region.
You can execute this operation no more than once per second.
This is a variant of
listEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesRequest) operation. The
return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle
making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client.listEmailTemplatesPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client
.listEmailTemplatesPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListEmailTemplatesIterable responses = client.listEmailTemplatesPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEmailTemplates(software.amazon.awssdk.services.sesv2.model.ListEmailTemplatesRequest) operation.
This is a convenience which creates an instance of the ListEmailTemplatesRequest.Builder avoiding the
need to create one manually via ListEmailTemplatesRequest.builder()
listEmailTemplatesRequest - A Consumer that will call methods on ListEmailTemplatesRequest.Builder to create a
request. Represents a request to list the email templates present in your Amazon SES account in the
current AWS Region. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListImportJobsResponse listImportJobs(ListImportJobsRequest listImportJobsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the import jobs.
listImportJobsRequest - Represents a request to list all of the import jobs for a data destination within the specified maximum
number of import jobs.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListImportJobsResponse listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the import jobs.
This is a convenience which creates an instance of the ListImportJobsRequest.Builder avoiding the need to
create one manually via ListImportJobsRequest.builder()
listImportJobsRequest - A Consumer that will call methods on ListImportJobsRequest.Builder to create a request.
Represents a request to list all of the import jobs for a data destination within the specified maximum
number of import jobs.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListImportJobsIterable listImportJobsPaginator(ListImportJobsRequest listImportJobsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the import jobs.
This is a variant of listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListImportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest) operation.
listImportJobsRequest - Represents a request to list all of the import jobs for a data destination within the specified maximum
number of import jobs.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListImportJobsIterable listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Lists all of the import jobs.
This is a variant of listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListImportJobsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListImportJobsIterable responses = client.listImportJobsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest) operation.
This is a convenience which creates an instance of the ListImportJobsRequest.Builder avoiding the need to
create one manually via ListImportJobsRequest.builder()
listImportJobsRequest - A Consumer that will call methods on ListImportJobsRequest.Builder to create a request.
Represents a request to list all of the import jobs for a data destination within the specified maximum
number of import jobs.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSuppressedDestinationsResponse listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) throws BadRequestException, TooManyRequestsException, InvalidNextTokenException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves a list of email addresses that are on the suppression list for your account.
listSuppressedDestinationsRequest - A request to obtain a list of email destinations that are on the suppression list for your account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.InvalidNextTokenException - The specified request includes an invalid or expired token.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSuppressedDestinationsResponse listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) throws BadRequestException, TooManyRequestsException, InvalidNextTokenException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves a list of email addresses that are on the suppression list for your account.
This is a convenience which creates an instance of the ListSuppressedDestinationsRequest.Builder avoiding
the need to create one manually via ListSuppressedDestinationsRequest.builder()
listSuppressedDestinationsRequest - A Consumer that will call methods on ListSuppressedDestinationsRequest.Builder to create a
request. A request to obtain a list of email destinations that are on the suppression list for your
account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.InvalidNextTokenException - The specified request includes an invalid or expired token.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSuppressedDestinationsIterable listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) throws BadRequestException, TooManyRequestsException, InvalidNextTokenException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves a list of email addresses that are on the suppression list for your account.
This is a variant of
listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client.listSuppressedDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client
.listSuppressedDestinationsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client.listSuppressedDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)
operation.
listSuppressedDestinationsRequest - A request to obtain a list of email destinations that are on the suppression list for your account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.InvalidNextTokenException - The specified request includes an invalid or expired token.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListSuppressedDestinationsIterable listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) throws BadRequestException, TooManyRequestsException, InvalidNextTokenException, AwsServiceException, SdkClientException, SesV2Exception
Retrieves a list of email addresses that are on the suppression list for your account.
This is a variant of
listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will
internally handle making service calls for you.
When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client.listSuppressedDestinationsPaginator(request);
responses.stream().forEach(....);
2) Using For loop
{
@code
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client
.listSuppressedDestinationsPaginator(request);
for (software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsResponse response : responses) {
// do something;
}
}
3) Use iterator directly
software.amazon.awssdk.services.sesv2.paginators.ListSuppressedDestinationsIterable responses = client.listSuppressedDestinationsPaginator(request);
responses.iterator().forEachRemaining(....);
Please notice that the configuration of PageSize won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)
operation.
This is a convenience which creates an instance of the ListSuppressedDestinationsRequest.Builder avoiding
the need to create one manually via ListSuppressedDestinationsRequest.builder()
listSuppressedDestinationsRequest - A Consumer that will call methods on ListSuppressedDestinationsRequest.Builder to create a
request. A request to obtain a list of email destinations that are on the suppression list for your
account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.InvalidNextTokenException - The specified request includes an invalid or expired token.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws BadRequestException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of the tags (keys and values) that are associated with a specified resource. A tag is a label that you optionally define and associate with a resource. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
listTagsForResourceRequest - BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws BadRequestException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Retrieve a list of the tags (keys and values) that are associated with a specified resource. A tag is a label that you optionally define and associate with a resource. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.BadRequestException - The input you provided is invalid.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountDedicatedIpWarmupAttributesResponse putAccountDedicatedIpWarmupAttributes(PutAccountDedicatedIpWarmupAttributesRequest putAccountDedicatedIpWarmupAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the automatic warm-up feature for dedicated IP addresses.
putAccountDedicatedIpWarmupAttributesRequest - A request to enable or disable the automatic IP address warm-up feature.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountDedicatedIpWarmupAttributesResponse putAccountDedicatedIpWarmupAttributes(Consumer<PutAccountDedicatedIpWarmupAttributesRequest.Builder> putAccountDedicatedIpWarmupAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the automatic warm-up feature for dedicated IP addresses.
This is a convenience which creates an instance of the
PutAccountDedicatedIpWarmupAttributesRequest.Builder avoiding the need to create one manually via
PutAccountDedicatedIpWarmupAttributesRequest.builder()
putAccountDedicatedIpWarmupAttributesRequest - A Consumer that will call methods on PutAccountDedicatedIpWarmupAttributesRequest.Builder
to create a request. A request to enable or disable the automatic IP address warm-up feature.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountDetailsResponse putAccountDetails(PutAccountDetailsRequest putAccountDetailsRequest) throws TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, SesV2Exception
Update your Amazon SES account details.
putAccountDetailsRequest - A request to submit new account details.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConflictException - If there is already an ongoing account details update under review.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountDetailsResponse putAccountDetails(Consumer<PutAccountDetailsRequest.Builder> putAccountDetailsRequest) throws TooManyRequestsException, BadRequestException, ConflictException, AwsServiceException, SdkClientException, SesV2Exception
Update your Amazon SES account details.
This is a convenience which creates an instance of the PutAccountDetailsRequest.Builder avoiding the need
to create one manually via PutAccountDetailsRequest.builder()
putAccountDetailsRequest - A Consumer that will call methods on PutAccountDetailsRequest.Builder to create a request.
A request to submit new account details.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.ConflictException - If there is already an ongoing account details update under review.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountSendingAttributesResponse putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the ability of your account to send email.
putAccountSendingAttributesRequest - A request to change the ability of your account to send email.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountSendingAttributesResponse putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the ability of your account to send email.
This is a convenience which creates an instance of the PutAccountSendingAttributesRequest.Builder
avoiding the need to create one manually via PutAccountSendingAttributesRequest.builder()
putAccountSendingAttributesRequest - A Consumer that will call methods on PutAccountSendingAttributesRequest.Builder to create
a request. A request to change the ability of your account to send email.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountSuppressionAttributesResponse putAccountSuppressionAttributes(PutAccountSuppressionAttributesRequest putAccountSuppressionAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Change the settings for the account-level suppression list.
putAccountSuppressionAttributesRequest - A request to change your account's suppression preferences.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutAccountSuppressionAttributesResponse putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest) throws TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Change the settings for the account-level suppression list.
This is a convenience which creates an instance of the PutAccountSuppressionAttributesRequest.Builder
avoiding the need to create one manually via PutAccountSuppressionAttributesRequest.builder()
putAccountSuppressionAttributesRequest - A Consumer that will call methods on PutAccountSuppressionAttributesRequest.Builder to
create a request. A request to change your account's suppression preferences.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetDeliveryOptionsResponse putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
putConfigurationSetDeliveryOptionsRequest - A request to associate a configuration set with a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetDeliveryOptionsResponse putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
This is a convenience which creates an instance of the PutConfigurationSetDeliveryOptionsRequest.Builder
avoiding the need to create one manually via PutConfigurationSetDeliveryOptionsRequest.builder()
putConfigurationSetDeliveryOptionsRequest - A Consumer that will call methods on PutConfigurationSetDeliveryOptionsRequest.Builder to
create a request. A request to associate a configuration set with a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetReputationOptionsResponse putConfigurationSetReputationOptions(PutConfigurationSetReputationOptionsRequest putConfigurationSetReputationOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
putConfigurationSetReputationOptionsRequest - A request to enable or disable tracking of reputation metrics for a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetReputationOptionsResponse putConfigurationSetReputationOptions(Consumer<PutConfigurationSetReputationOptionsRequest.Builder> putConfigurationSetReputationOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
This is a convenience which creates an instance of the
PutConfigurationSetReputationOptionsRequest.Builder avoiding the need to create one manually via
PutConfigurationSetReputationOptionsRequest.builder()
putConfigurationSetReputationOptionsRequest - A Consumer that will call methods on PutConfigurationSetReputationOptionsRequest.Builder
to create a request. A request to enable or disable tracking of reputation metrics for a configuration
set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetSendingOptionsResponse putConfigurationSetSendingOptions(PutConfigurationSetSendingOptionsRequest putConfigurationSetSendingOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.
putConfigurationSetSendingOptionsRequest - A request to enable or disable the ability of Amazon SES to send emails that use a specific configuration
set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetSendingOptionsResponse putConfigurationSetSendingOptions(Consumer<PutConfigurationSetSendingOptionsRequest.Builder> putConfigurationSetSendingOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable email sending for messages that use a particular configuration set in a specific AWS Region.
This is a convenience which creates an instance of the PutConfigurationSetSendingOptionsRequest.Builder
avoiding the need to create one manually via PutConfigurationSetSendingOptionsRequest.builder()
putConfigurationSetSendingOptionsRequest - A Consumer that will call methods on PutConfigurationSetSendingOptionsRequest.Builder to
create a request. A request to enable or disable the ability of Amazon SES to send emails that use a
specific configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetSuppressionOptionsResponse putConfigurationSetSuppressionOptions(PutConfigurationSetSuppressionOptionsRequest putConfigurationSetSuppressionOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Specify the account suppression list preferences for a configuration set.
putConfigurationSetSuppressionOptionsRequest - A request to change the account suppression list preferences for a specific configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetSuppressionOptionsResponse putConfigurationSetSuppressionOptions(Consumer<PutConfigurationSetSuppressionOptionsRequest.Builder> putConfigurationSetSuppressionOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Specify the account suppression list preferences for a configuration set.
This is a convenience which creates an instance of the
PutConfigurationSetSuppressionOptionsRequest.Builder avoiding the need to create one manually via
PutConfigurationSetSuppressionOptionsRequest.builder()
putConfigurationSetSuppressionOptionsRequest - A Consumer that will call methods on PutConfigurationSetSuppressionOptionsRequest.Builder
to create a request. A request to change the account suppression list preferences for a specific
configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetTrackingOptionsResponse putConfigurationSetTrackingOptions(PutConfigurationSetTrackingOptionsRequest putConfigurationSetTrackingOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Specify a custom domain to use for open and click tracking elements in email that you send.
putConfigurationSetTrackingOptionsRequest - A request to add a custom domain for tracking open and click events to a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutConfigurationSetTrackingOptionsResponse putConfigurationSetTrackingOptions(Consumer<PutConfigurationSetTrackingOptionsRequest.Builder> putConfigurationSetTrackingOptionsRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Specify a custom domain to use for open and click tracking elements in email that you send.
This is a convenience which creates an instance of the PutConfigurationSetTrackingOptionsRequest.Builder
avoiding the need to create one manually via PutConfigurationSetTrackingOptionsRequest.builder()
putConfigurationSetTrackingOptionsRequest - A Consumer that will call methods on PutConfigurationSetTrackingOptionsRequest.Builder to
create a request. A request to add a custom domain for tracking open and click events to a configuration
set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDedicatedIpInPoolResponse putDedicatedIpInPool(PutDedicatedIpInPoolRequest putDedicatedIpInPoolRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Move a dedicated IP address to an existing dedicated IP pool.
The dedicated IP address that you specify must already exist, and must be associated with your AWS account.
The dedicated IP pool you specify must already exist. You can create a new pool by using the
CreateDedicatedIpPool operation.
putDedicatedIpInPoolRequest - A request to move a dedicated IP address to a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDedicatedIpInPoolResponse putDedicatedIpInPool(Consumer<PutDedicatedIpInPoolRequest.Builder> putDedicatedIpInPoolRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Move a dedicated IP address to an existing dedicated IP pool.
The dedicated IP address that you specify must already exist, and must be associated with your AWS account.
The dedicated IP pool you specify must already exist. You can create a new pool by using the
CreateDedicatedIpPool operation.
This is a convenience which creates an instance of the PutDedicatedIpInPoolRequest.Builder avoiding the
need to create one manually via PutDedicatedIpInPoolRequest.builder()
putDedicatedIpInPoolRequest - A Consumer that will call methods on PutDedicatedIpInPoolRequest.Builder to create a
request. A request to move a dedicated IP address to a dedicated IP pool.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDedicatedIpWarmupAttributesResponse putDedicatedIpWarmupAttributes(PutDedicatedIpWarmupAttributesRequest putDedicatedIpWarmupAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
putDedicatedIpWarmupAttributesRequest - A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you
want to resume the warm-up process for an existing IP address.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDedicatedIpWarmupAttributesResponse putDedicatedIpWarmupAttributes(Consumer<PutDedicatedIpWarmupAttributesRequest.Builder> putDedicatedIpWarmupAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
This is a convenience which creates an instance of the PutDedicatedIpWarmupAttributesRequest.Builder
avoiding the need to create one manually via PutDedicatedIpWarmupAttributesRequest.builder()
putDedicatedIpWarmupAttributesRequest - A Consumer that will call methods on PutDedicatedIpWarmupAttributesRequest.Builder to
create a request. A request to change the warm-up attributes for a dedicated IP address. This operation is
useful when you want to resume the warm-up process for an existing IP address.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDeliverabilityDashboardOptionResponse putDeliverabilityDashboardOption(PutDeliverabilityDashboardOptionRequest putDeliverabilityDashboardOptionRequest) throws AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
putDeliverabilityDashboardOptionRequest - Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
access to reputation, deliverability, and other metrics for the domains that you use to send email using
Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutDeliverabilityDashboardOptionResponse putDeliverabilityDashboardOption(Consumer<PutDeliverabilityDashboardOptionRequest.Builder> putDeliverabilityDashboardOptionRequest) throws AlreadyExistsException, NotFoundException, TooManyRequestsException, LimitExceededException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.
This is a convenience which creates an instance of the PutDeliverabilityDashboardOptionRequest.Builder
avoiding the need to create one manually via PutDeliverabilityDashboardOptionRequest.builder()
putDeliverabilityDashboardOptionRequest - A Consumer that will call methods on PutDeliverabilityDashboardOptionRequest.Builder to
create a request. Enable or disable the Deliverability dashboard. When you enable the Deliverability
dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use
to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement
tests.
When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other AWS services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
AlreadyExistsException - The resource specified in your request already exists.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityConfigurationSetAttributesResponse putEmailIdentityConfigurationSetAttributes(PutEmailIdentityConfigurationSetAttributesRequest putEmailIdentityConfigurationSetAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to associate a configuration set with an email identity.
putEmailIdentityConfigurationSetAttributesRequest - A request to associate a configuration set with an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityConfigurationSetAttributesResponse putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to associate a configuration set with an email identity.
This is a convenience which creates an instance of the
PutEmailIdentityConfigurationSetAttributesRequest.Builder avoiding the need to create one manually via
PutEmailIdentityConfigurationSetAttributesRequest.builder()
putEmailIdentityConfigurationSetAttributesRequest - A Consumer that will call methods on
PutEmailIdentityConfigurationSetAttributesRequest.Builder to create a request. A request to
associate a configuration set with an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityDkimAttributesResponse putEmailIdentityDkimAttributes(PutEmailIdentityDkimAttributesRequest putEmailIdentityDkimAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable DKIM authentication for an email identity.
putEmailIdentityDkimAttributesRequest - A request to enable or disable DKIM signing of email that you send from an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityDkimAttributesResponse putEmailIdentityDkimAttributes(Consumer<PutEmailIdentityDkimAttributesRequest.Builder> putEmailIdentityDkimAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable DKIM authentication for an email identity.
This is a convenience which creates an instance of the PutEmailIdentityDkimAttributesRequest.Builder
avoiding the need to create one manually via PutEmailIdentityDkimAttributesRequest.builder()
putEmailIdentityDkimAttributesRequest - A Consumer that will call methods on PutEmailIdentityDkimAttributesRequest.Builder to
create a request. A request to enable or disable DKIM signing of email that you send from an email
identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityDkimSigningAttributesResponse putEmailIdentityDkimSigningAttributes(PutEmailIdentityDkimSigningAttributesRequest putEmailIdentityDkimSigningAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:
Update the signing attributes for an identity that uses Bring Your Own DKIM (BYODKIM).
Change from using no DKIM authentication to using Easy DKIM.
Change from using no DKIM authentication to using BYODKIM.
Change from using Easy DKIM to using BYODKIM.
Change from using BYODKIM to using Easy DKIM.
putEmailIdentityDkimSigningAttributesRequest - A request to change the DKIM attributes for an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityDkimSigningAttributesResponse putEmailIdentityDkimSigningAttributes(Consumer<PutEmailIdentityDkimSigningAttributesRequest.Builder> putEmailIdentityDkimSigningAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to configure or change the DKIM authentication settings for an email domain identity. You can use this operation to do any of the following:
Update the signing attributes for an identity that uses Bring Your Own DKIM (BYODKIM).
Change from using no DKIM authentication to using Easy DKIM.
Change from using no DKIM authentication to using BYODKIM.
Change from using Easy DKIM to using BYODKIM.
Change from using BYODKIM to using Easy DKIM.
This is a convenience which creates an instance of the
PutEmailIdentityDkimSigningAttributesRequest.Builder avoiding the need to create one manually via
PutEmailIdentityDkimSigningAttributesRequest.builder()
putEmailIdentityDkimSigningAttributesRequest - A Consumer that will call methods on PutEmailIdentityDkimSigningAttributesRequest.Builder
to create a request. A request to change the DKIM attributes for an email identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityFeedbackAttributesResponse putEmailIdentityFeedbackAttributes(PutEmailIdentityFeedbackAttributesRequest putEmailIdentityFeedbackAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable feedback forwarding for an identity. This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
If the value is true, you receive email notifications when bounce or complaint events occur. These
notifications are sent to the address that you specified in the Return-Path header of the original
email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
putEmailIdentityFeedbackAttributesRequest - A request to set the attributes that control how bounce and complaint events are processed.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityFeedbackAttributesResponse putEmailIdentityFeedbackAttributes(Consumer<PutEmailIdentityFeedbackAttributesRequest.Builder> putEmailIdentityFeedbackAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable feedback forwarding for an identity. This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
If the value is true, you receive email notifications when bounce or complaint events occur. These
notifications are sent to the address that you specified in the Return-Path header of the original
email.
You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
This is a convenience which creates an instance of the PutEmailIdentityFeedbackAttributesRequest.Builder
avoiding the need to create one manually via PutEmailIdentityFeedbackAttributesRequest.builder()
putEmailIdentityFeedbackAttributesRequest - A Consumer that will call methods on PutEmailIdentityFeedbackAttributesRequest.Builder to
create a request. A request to set the attributes that control how bounce and complaint events are
processed.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityMailFromAttributesResponse putEmailIdentityMailFromAttributes(PutEmailIdentityMailFromAttributesRequest putEmailIdentityMailFromAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable the custom Mail-From domain configuration for an email identity.
putEmailIdentityMailFromAttributesRequest - A request to configure the custom MAIL FROM domain for a verified identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutEmailIdentityMailFromAttributesResponse putEmailIdentityMailFromAttributes(Consumer<PutEmailIdentityMailFromAttributesRequest.Builder> putEmailIdentityMailFromAttributesRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Used to enable or disable the custom Mail-From domain configuration for an email identity.
This is a convenience which creates an instance of the PutEmailIdentityMailFromAttributesRequest.Builder
avoiding the need to create one manually via PutEmailIdentityMailFromAttributesRequest.builder()
putEmailIdentityMailFromAttributesRequest - A Consumer that will call methods on PutEmailIdentityMailFromAttributesRequest.Builder to
create a request. A request to configure the custom MAIL FROM domain for a verified identity.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSuppressedDestinationResponse putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Adds an email address to the suppression list for your account.
putSuppressedDestinationRequest - A request to add an email destination to the suppression list for your account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault PutSuppressedDestinationResponse putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest) throws BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Adds an email address to the suppression list for your account.
This is a convenience which creates an instance of the PutSuppressedDestinationRequest.Builder avoiding
the need to create one manually via PutSuppressedDestinationRequest.builder()
putSuppressedDestinationRequest - A Consumer that will call methods on PutSuppressedDestinationRequest.Builder to create a
request. A request to add an email destination to the suppression list for your account.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendBulkEmailResponse sendBulkEmail(SendBulkEmailRequest sendBulkEmailRequest) throws TooManyRequestsException, LimitExceededException, AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Composes an email message to multiple destinations.
sendBulkEmailRequest - Represents a request to send email messages to multiple destinations using Amazon SES. For more
information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendBulkEmailResponse sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest) throws TooManyRequestsException, LimitExceededException, AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Composes an email message to multiple destinations.
This is a convenience which creates an instance of the SendBulkEmailRequest.Builder avoiding the need to
create one manually via SendBulkEmailRequest.builder()
sendBulkEmailRequest - A Consumer that will call methods on SendBulkEmailRequest.Builder to create a request.
Represents a request to send email messages to multiple destinations using Amazon SES. For more
information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendCustomVerificationEmailResponse sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest) throws TooManyRequestsException, LimitExceededException, MessageRejectedException, SendingPausedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.
To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
sendCustomVerificationEmailRequest - Represents a request to send a custom verification email to a specified recipient.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.MessageRejectedException - The message can't be sent because it contains invalid content.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendCustomVerificationEmailResponse sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest) throws TooManyRequestsException, LimitExceededException, MessageRejectedException, SendingPausedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Adds an email address to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.
To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the SendCustomVerificationEmailRequest.Builder
avoiding the need to create one manually via SendCustomVerificationEmailRequest.builder()
sendCustomVerificationEmailRequest - A Consumer that will call methods on SendCustomVerificationEmailRequest.Builder to create
a request. Represents a request to send a custom verification email to a specified recipient.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.MessageRejectedException - The message can't be sent because it contains invalid content.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendEmailResponse sendEmail(SendEmailRequest sendEmailRequest) throws TooManyRequestsException, LimitExceededException, AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Sends an email message. You can use the Amazon SES API v2 to send two types of messages:
Simple – A standard email message. When you create this type of message, you specify the sender, the recipient, and the message body, and Amazon SES assembles the message for you.
Raw – A raw, MIME-formatted email message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.
Templated – A message that contains personalization tags. When you send this type of email, Amazon SES API v2 automatically replaces the tags with values that you specify.
sendEmailRequest - Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault SendEmailResponse sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) throws TooManyRequestsException, LimitExceededException, AccountSuspendedException, SendingPausedException, MessageRejectedException, MailFromDomainNotVerifiedException, NotFoundException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Sends an email message. You can use the Amazon SES API v2 to send two types of messages:
Simple – A standard email message. When you create this type of message, you specify the sender, the recipient, and the message body, and Amazon SES assembles the message for you.
Raw – A raw, MIME-formatted email message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.
Templated – A message that contains personalization tags. When you send this type of email, Amazon SES API v2 automatically replaces the tags with values that you specify.
This is a convenience which creates an instance of the SendEmailRequest.Builder avoiding the need to
create one manually via SendEmailRequest.builder()
sendEmailRequest - A Consumer that will call methods on SendEmailRequest.Builder to create a request.
Represents a request to send a single formatted email using Amazon SES. For more information, see the Amazon SES
Developer Guide.TooManyRequestsException - Too many requests have been made to the operation.LimitExceededException - There are too many instances of the specified resource type.AccountSuspendedException - The message can't be sent because the account's ability to send email has been permanently restricted.SendingPausedException - The message can't be sent because the account's ability to send email is currently paused.MessageRejectedException - The message can't be sent because it contains invalid content.MailFromDomainNotVerifiedException - The message can't be sent because the sending domain isn't verified.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws BadRequestException, ConcurrentModificationException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
tagResourceRequest - BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws BadRequestException, ConcurrentModificationException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Add one or more tags (keys and values) to a specified resource. A tag is a label that you optionally define and associate with a resource. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.
Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestRenderEmailTemplateResponse testRenderEmailTemplate(TestRenderEmailTemplateRequest testRenderEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
You can execute this operation no more than once per second.
testRenderEmailTemplateRequest - >Represents a request to create a preview of the MIME content of an email when provided with a template
and a set of replacement data.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault TestRenderEmailTemplateResponse testRenderEmailTemplate(Consumer<TestRenderEmailTemplateRequest.Builder> testRenderEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the TestRenderEmailTemplateRequest.Builder avoiding
the need to create one manually via TestRenderEmailTemplateRequest.builder()
testRenderEmailTemplateRequest - A Consumer that will call methods on TestRenderEmailTemplateRequest.Builder to create a
request. >Represents a request to create a preview of the MIME content of an email when provided with a
template and a set of replacement data.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws BadRequestException, ConcurrentModificationException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Remove one or more tags (keys and values) from a specified resource.
untagResourceRequest - BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws BadRequestException, ConcurrentModificationException, NotFoundException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Remove one or more tags (keys and values) from a specified resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.BadRequestException - The input you provided is invalid.ConcurrentModificationException - The resource is being modified by another operation or thread.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConfigurationSetEventDestinationResponse updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Update the configuration of an event destination for a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
updateConfigurationSetEventDestinationRequest - A request to change the settings for an event destination for a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateConfigurationSetEventDestinationResponse updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Update the configuration of an event destination for a configuration set.
Events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
This is a convenience which creates an instance of the
UpdateConfigurationSetEventDestinationRequest.Builder avoiding the need to create one manually via
UpdateConfigurationSetEventDestinationRequest.builder()
updateConfigurationSetEventDestinationRequest - A Consumer that will call methods on UpdateConfigurationSetEventDestinationRequest.Builder
to create a request. A request to change the settings for an event destination for a configuration set.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateContactResponse updateContact(UpdateContactRequest updateContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Updates a contact's preferences for a list. It is not necessary to specify all existing topic preferences in the TopicPreferences object, just the ones that need updating.
updateContactRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateContactResponse updateContact(Consumer<UpdateContactRequest.Builder> updateContactRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Updates a contact's preferences for a list. It is not necessary to specify all existing topic preferences in the TopicPreferences object, just the ones that need updating.
This is a convenience which creates an instance of the UpdateContactRequest.Builder avoiding the need to
create one manually via UpdateContactRequest.builder()
updateContactRequest - A Consumer that will call methods on UpdateContactRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateContactListResponse updateContactList(UpdateContactListRequest updateContactListRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Updates contact list metadata. This operation does a complete replacement.
updateContactListRequest - BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateContactListResponse updateContactList(Consumer<UpdateContactListRequest.Builder> updateContactListRequest) throws BadRequestException, TooManyRequestsException, NotFoundException, ConcurrentModificationException, AwsServiceException, SdkClientException, SesV2Exception
Updates contact list metadata. This operation does a complete replacement.
This is a convenience which creates an instance of the UpdateContactListRequest.Builder avoiding the need
to create one manually via UpdateContactListRequest.builder()
updateContactListRequest - A Consumer that will call methods on UpdateContactListRequest.Builder to create a request.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.NotFoundException - The resource you attempted to access doesn't exist.ConcurrentModificationException - The resource is being modified by another operation or thread.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCustomVerificationEmailTemplateResponse updateCustomVerificationEmailTemplate(UpdateCustomVerificationEmailTemplateRequest updateCustomVerificationEmailTemplateRequest) throws NotFoundException, BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
updateCustomVerificationEmailTemplateRequest - Represents a request to update an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateCustomVerificationEmailTemplateResponse updateCustomVerificationEmailTemplate(Consumer<UpdateCustomVerificationEmailTemplateRequest.Builder> updateCustomVerificationEmailTemplateRequest) throws NotFoundException, BadRequestException, TooManyRequestsException, AwsServiceException, SdkClientException, SesV2Exception
Updates an existing custom verification email template.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the
UpdateCustomVerificationEmailTemplateRequest.Builder avoiding the need to create one manually via
UpdateCustomVerificationEmailTemplateRequest.builder()
updateCustomVerificationEmailTemplateRequest - A Consumer that will call methods on UpdateCustomVerificationEmailTemplateRequest.Builder
to create a request. Represents a request to update an existing custom verification email template.NotFoundException - The resource you attempted to access doesn't exist.BadRequestException - The input you provided is invalid.TooManyRequestsException - Too many requests have been made to the operation.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmailIdentityPolicyResponse updateEmailIdentityPolicy(UpdateEmailIdentityPolicyRequest updateEmailIdentityPolicyRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Updates the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
updateEmailIdentityPolicyRequest - Represents a request to update a sending authorization policy for an identity. Sending authorization is an
Amazon SES feature that enables you to authorize other senders to use your identities. For information,
see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmailIdentityPolicyResponse updateEmailIdentityPolicy(Consumer<UpdateEmailIdentityPolicyRequest.Builder> updateEmailIdentityPolicyRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Updates the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not exist.
This API is for the identity owner only. If you have not verified the identity, this API will return an error.
Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the UpdateEmailIdentityPolicyRequest.Builder avoiding
the need to create one manually via UpdateEmailIdentityPolicyRequest.builder()
updateEmailIdentityPolicyRequest - A Consumer that will call methods on UpdateEmailIdentityPolicyRequest.Builder to create a
request. Represents a request to update a sending authorization policy for an identity. Sending
authorization is an Amazon SES feature that enables you to authorize other senders to use your identities.
For information, see the Amazon SES Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmailTemplateResponse updateEmailTemplate(UpdateEmailTemplateRequest updateEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
updateEmailTemplateRequest - Represents a request to update an email template. For more information, see the Amazon SES
Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptiondefault UpdateEmailTemplateResponse updateEmailTemplate(Consumer<UpdateEmailTemplateRequest.Builder> updateEmailTemplateRequest) throws NotFoundException, TooManyRequestsException, BadRequestException, AwsServiceException, SdkClientException, SesV2Exception
Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
This is a convenience which creates an instance of the UpdateEmailTemplateRequest.Builder avoiding the
need to create one manually via UpdateEmailTemplateRequest.builder()
updateEmailTemplateRequest - A Consumer that will call methods on UpdateEmailTemplateRequest.Builder to create a
request. Represents a request to update an email template. For more information, see the Amazon SES
Developer Guide.NotFoundException - The resource you attempted to access doesn't exist.TooManyRequestsException - Too many requests have been made to the operation.BadRequestException - The input you provided is invalid.SdkException - Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException - If any client side error occurs such as an IO related failure, failure to get credentials, etc.SesV2Exception - Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceExceptionstatic ServiceMetadata serviceMetadata()
Copyright © 2021. All rights reserved.