Uses of Class
software.amazon.awssdk.services.ses.model.EventDestinationDoesNotExistException
Packages that use EventDestinationDoesNotExistException
-
Uses of EventDestinationDoesNotExistException in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that throw EventDestinationDoesNotExistExceptionModifier and TypeMethodDescriptionSesClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.SesClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest) Deletes a configuration set event destination.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.