Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationResponse
Packages that use UpdateConfigurationSetEventDestinationResponse
-
Uses of UpdateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetEventDestinationResponseModifier and TypeMethodDescriptionSesClient.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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type UpdateConfigurationSetEventDestinationResponseModifier and TypeMethodDescriptionSesAsyncClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set.SesAsyncClient.updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest) Updates the event destination of a configuration set.