Uses of Class
software.amazon.awssdk.services.pinpointemail.model.UpdateConfigurationSetEventDestinationRequest
-
Packages that use UpdateConfigurationSetEventDestinationRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.default UpdateConfigurationSetEventDestinationResponsePinpointEmailClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type UpdateConfigurationSetEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateConfigurationSetEventDestinationRequestMarshaller. marshall(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
-