Uses of Class
software.amazon.awssdk.services.sesv2.model.UpdateConfigurationSetEventDestinationResponse
-
Packages that use UpdateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of UpdateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default UpdateConfigurationSetEventDestinationResponseSesV2Client. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.default UpdateConfigurationSetEventDestinationResponseSesV2Client. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesV2AsyncClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesV2AsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.
-