Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationResponse
-
Packages that use UpdateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of UpdateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default UpdateConfigurationSetEventDestinationResponseSesClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Updates the event destination of a configuration set.default UpdateConfigurationSetEventDestinationResponseSesClient. 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 UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesAsyncClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Updates the event destination of a configuration set.default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesAsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Updates the event destination of a configuration set.
-