Uses of Class
software.amazon.awssdk.services.ses.model.CreateConfigurationSetEventDestinationRequest
-
Packages that use CreateConfigurationSetEventDestinationRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of CreateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type CreateConfigurationSetEventDestinationRequest Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>SesAsyncClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Creates a configuration set event destination.default CreateConfigurationSetEventDestinationResponseSesClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Creates a configuration set event destination. -
Uses of CreateConfigurationSetEventDestinationRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type CreateConfigurationSetEventDestinationRequest Modifier and Type Method Description SdkHttpFullRequestCreateConfigurationSetEventDestinationRequestMarshaller. marshall(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
-