Uses of Class
software.amazon.awssdk.services.ses.model.ConfigurationSetDoesNotExistException
Packages that use ConfigurationSetDoesNotExistException
-
Uses of ConfigurationSetDoesNotExistException in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that throw ConfigurationSetDoesNotExistExceptionModifier and TypeMethodDescriptionSesClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest) Creates a configuration set event destination.SesClient.createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest) Creates a configuration set event destination.SesClient.createConfigurationSetTrackingOptions(Consumer<CreateConfigurationSetTrackingOptionsRequest.Builder> createConfigurationSetTrackingOptionsRequest) Creates an association between a configuration set and a custom domain for open and click event tracking.SesClient.createConfigurationSetTrackingOptions(CreateConfigurationSetTrackingOptionsRequest createConfigurationSetTrackingOptionsRequest) Creates an association between a configuration set and a custom domain for open and click event tracking.default DeleteConfigurationSetResponseSesClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest) Deletes a configuration set.default DeleteConfigurationSetResponseSesClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest) Deletes a configuration set.SesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesClient.deleteConfigurationSetTrackingOptions(Consumer<DeleteConfigurationSetTrackingOptionsRequest.Builder> deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.SesClient.deleteConfigurationSetTrackingOptions(DeleteConfigurationSetTrackingOptionsRequest deleteConfigurationSetTrackingOptionsRequest) Deletes an association between a configuration set and a custom domain for open and click event tracking.default DescribeConfigurationSetResponseSesClient.describeConfigurationSet(Consumer<DescribeConfigurationSetRequest.Builder> describeConfigurationSetRequest) Returns the details of the specified configuration set.default DescribeConfigurationSetResponseSesClient.describeConfigurationSet(DescribeConfigurationSetRequest describeConfigurationSetRequest) Returns the details of the specified configuration set.SesClient.putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest) Adds or updates the delivery options for a configuration set.SesClient.putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest) Adds or updates the delivery options for a configuration set.default SendBulkTemplatedEmailResponseSesClient.sendBulkTemplatedEmail(Consumer<SendBulkTemplatedEmailRequest.Builder> sendBulkTemplatedEmailRequest) Composes an email message to multiple destinations.default SendBulkTemplatedEmailResponseSesClient.sendBulkTemplatedEmail(SendBulkTemplatedEmailRequest sendBulkTemplatedEmailRequest) Composes an email message to multiple destinations.SesClient.sendCustomVerificationEmail(Consumer<SendCustomVerificationEmailRequest.Builder> sendCustomVerificationEmailRequest) Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.SesClient.sendCustomVerificationEmail(SendCustomVerificationEmailRequest sendCustomVerificationEmailRequest) Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it.default SendEmailResponseSesClient.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) Composes an email message and immediately queues it for sending.default SendEmailResponseSesClient.sendEmail(SendEmailRequest sendEmailRequest) Composes an email message and immediately queues it for sending.default SendRawEmailResponseSesClient.sendRawEmail(Consumer<SendRawEmailRequest.Builder> sendRawEmailRequest) Composes an email message and immediately queues it for sending.default SendRawEmailResponseSesClient.sendRawEmail(SendRawEmailRequest sendRawEmailRequest) Composes an email message and immediately queues it for sending.default SendTemplatedEmailResponseSesClient.sendTemplatedEmail(Consumer<SendTemplatedEmailRequest.Builder> sendTemplatedEmailRequest) Composes an email message using an email template and immediately queues it for sending.default SendTemplatedEmailResponseSesClient.sendTemplatedEmail(SendTemplatedEmailRequest sendTemplatedEmailRequest) Composes an email message using an email template and immediately queues it for sending.SesClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set.SesClient.updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set.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 Amazon Web Services Region.SesClient.updateConfigurationSetReputationMetricsEnabled(UpdateConfigurationSetReputationMetricsEnabledRequest updateConfigurationSetReputationMetricsEnabledRequest) Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given Amazon Web Services Region.SesClient.updateConfigurationSetSendingEnabled(Consumer<UpdateConfigurationSetSendingEnabledRequest.Builder> updateConfigurationSetSendingEnabledRequest) Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.SesClient.updateConfigurationSetSendingEnabled(UpdateConfigurationSetSendingEnabledRequest updateConfigurationSetSendingEnabledRequest) Enables or disables email sending for messages sent using a specific configuration set in a given Amazon Web Services Region.SesClient.updateConfigurationSetTrackingOptions(Consumer<UpdateConfigurationSetTrackingOptionsRequest.Builder> updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.SesClient.updateConfigurationSetTrackingOptions(UpdateConfigurationSetTrackingOptionsRequest updateConfigurationSetTrackingOptionsRequest) Modifies an association between a configuration set and a custom domain for open and click event tracking.