Uses of Class
software.amazon.awssdk.services.pinpointemail.model.CreateConfigurationSetEventDestinationResponse
-
Packages that use CreateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of CreateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CreateConfigurationSetEventDestinationResponsePinpointEmailClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create an event destination.default CreateConfigurationSetEventDestinationResponsePinpointEmailClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create an event destination.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create an event destination.default CompletableFuture<CreateConfigurationSetEventDestinationResponse>PinpointEmailAsyncClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create an event destination.
-