Uses of Class
software.amazon.awssdk.services.pinpointemail.model.UpdateConfigurationSetEventDestinationResponse
-
Packages that use UpdateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of UpdateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default UpdateConfigurationSetEventDestinationResponsePinpointEmailClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type UpdateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)Update the configuration of an event destination for a configuration set.
-