Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.CreateConfigurationSetEventDestinationResponse
-
Packages that use CreateConfigurationSetEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIs -
-
Uses of CreateConfigurationSetEventDestinationResponse in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice that return CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CreateConfigurationSetEventDestinationResponsePinpointSmsVoiceClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set.default CreateConfigurationSetEventDestinationResponsePinpointSmsVoiceClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoice that return types with arguments of type CreateConfigurationSetEventDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>PinpointSmsVoiceAsyncClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set.default CompletableFuture<CreateConfigurationSetEventDestinationResponse>PinpointSmsVoiceAsyncClient. createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set.
-