Uses of Class
software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetEventDestinationResponse
-
Packages that use CreateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of CreateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CreateConfigurationSetEventDestinationResponseSesV2Client. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create an event destination.default CreateConfigurationSetEventDestinationResponseSesV2Client. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create an event destination.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>SesV2AsyncClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create an event destination.default CompletableFuture<CreateConfigurationSetEventDestinationResponse>SesV2AsyncClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create an event destination.
-