| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationSetEventDestinationResponse |
SesClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)
Creates a configuration set event destination.
|
default CreateConfigurationSetEventDestinationResponse |
SesClient.createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
Creates a configuration set event destination.
|
default CreateConfigurationSetTrackingOptionsResponse |
SesClient.createConfigurationSetTrackingOptions(Consumer<CreateConfigurationSetTrackingOptionsRequest.Builder> createConfigurationSetTrackingOptionsRequest)
Creates an association between a configuration set and a custom domain for open and click event tracking.
|
default CreateConfigurationSetTrackingOptionsResponse |
SesClient.createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest)
Creates an association between a configuration set and a custom domain for open and click event tracking.
|
default DeleteConfigurationSetResponse |
SesClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)
Deletes a configuration set.
|
default DeleteConfigurationSetResponse |
SesClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
Deletes a configuration set.
|
default DeleteConfigurationSetEventDestinationResponse |
SesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Deletes a configuration set event destination.
|
default DeleteConfigurationSetEventDestinationResponse |
SesClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
Deletes a configuration set event destination.
|
default DeleteConfigurationSetTrackingOptionsResponse |
SesClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest)
Deletes an association between a configuration set and a custom domain for open and click event tracking.
|
default DeleteConfigurationSetTrackingOptionsResponse |
SesClient.deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest)
Deletes an association between a configuration set and a custom domain for open and click event tracking.
|
default DescribeConfigurationSetResponse |
SesClient.describeConfigurationSet(Consumer<DescribeConfigurationSetRequest.Builder> describeConfigurationSetRequest)
Returns the details of the specified configuration set.
|
default DescribeConfigurationSetResponse |
SesClient.describeConfigurationSet(DescribeConfigurationSetRequest describeConfigurationSetRequest)
Returns the details of the specified configuration set.
|
default PutConfigurationSetDeliveryOptionsResponse |
SesClient.putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest)
Adds or updates the delivery options for a configuration set.
|
default PutConfigurationSetDeliveryOptionsResponse |
SesClient.putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest)
Adds or updates the delivery options for a configuration set.
|
default SendBulkTemplatedEmailResponse |
SesClient.sendBulkTemplatedEmail(Consumer<SendBulkTemplatedEmailRequest.Builder> sendBulkTemplatedEmailRequest)
Composes an email message to multiple destinations.
|
default SendBulkTemplatedEmailResponse |
SesClient.sendBulkTemplatedEmail(SendBulkTemplatedEmailRequest sendBulkTemplatedEmailRequest)
Composes an email message to multiple destinations.
|
default SendCustomVerificationEmailResponse |
SesClient.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 |
SesClient.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 |
SesClient.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest)
Composes an email message and immediately queues it for sending.
|
default SendEmailResponse |
SesClient.sendEmail(SendEmailRequest sendEmailRequest)
Composes an email message and immediately queues it for sending.
|
default SendRawEmailResponse |
SesClient.sendRawEmail(Consumer<SendRawEmailRequest.Builder> sendRawEmailRequest)
Composes an email message and immediately queues it for sending.
|
default SendRawEmailResponse |
SesClient.sendRawEmail(SendRawEmailRequest sendRawEmailRequest)
Composes an email message and immediately queues it for sending.
|
default SendTemplatedEmailResponse |
SesClient.sendTemplatedEmail(Consumer<SendTemplatedEmailRequest.Builder> sendTemplatedEmailRequest)
Composes an email message using an email template and immediately queues it for sending.
|
default SendTemplatedEmailResponse |
SesClient.sendTemplatedEmail(SendTemplatedEmailRequest sendTemplatedEmailRequest)
Composes an email message using an email template and immediately queues it for sending.
|
default UpdateConfigurationSetEventDestinationResponse |
SesClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Updates the event destination of a configuration set.
|
default UpdateConfigurationSetEventDestinationResponse |
SesClient.updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
Updates the event destination of a configuration set.
|
default UpdateConfigurationSetReputationMetricsEnabledResponse |
SesClient.updateConfigurationSetReputationMetricsEnabled(Consumer<UpdateConfigurationSetReputationMetricsEnabledRequest.Builder> updateConfigurationSetReputationMetricsEnabledRequest)
Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a
given AWS Region.
|
default UpdateConfigurationSetReputationMetricsEnabledResponse |
SesClient.updateConfigurationSetReputationMetricsEnabled(UpdateConfigurationSetReputationMetricsEnabledRequest updateConfigurationSetReputationMetricsEnabledRequest)
Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a
given AWS Region.
|
default UpdateConfigurationSetSendingEnabledResponse |
SesClient.updateConfigurationSetSendingEnabled(Consumer<UpdateConfigurationSetSendingEnabledRequest.Builder> updateConfigurationSetSendingEnabledRequest)
Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region.
|
default UpdateConfigurationSetSendingEnabledResponse |
SesClient.updateConfigurationSetSendingEnabled(UpdateConfigurationSetSendingEnabledRequest updateConfigurationSetSendingEnabledRequest)
Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region.
|
default UpdateConfigurationSetTrackingOptionsResponse |
SesClient.updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest)
Modifies an association between a configuration set and a custom domain for open and click event tracking.
|
default UpdateConfigurationSetTrackingOptionsResponse |
SesClient.updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest)
Modifies an association between a configuration set and a custom domain for open and click event tracking.
|
Copyright © 2022. All rights reserved.