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