Uses of Class
software.amazon.awssdk.services.sesv2.model.UpdateConfigurationSetEventDestinationRequest
-
Packages that use UpdateConfigurationSetEventDestinationRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesV2AsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest 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. -
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConfigurationSetEventDestinationRequestMarshaller. marshall(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
-