Uses of Class
software.amazon.awssdk.services.ses.model.UpdateConfigurationSetEventDestinationRequest
-
Packages that use UpdateConfigurationSetEventDestinationRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>SesAsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Updates the event destination of a configuration set.default UpdateConfigurationSetEventDestinationResponseSesClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Updates the event destination of a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConfigurationSetEventDestinationRequestMarshaller. marshall(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
-