Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateEventDestinationResponse
-
Packages that use CreateEventDestinationResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of CreateEventDestinationResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateEventDestinationResponse Modifier and Type Method Description default CreateEventDestinationResponsePinpointSmsVoiceV2Client. createEventDestination(Consumer<CreateEventDestinationRequest.Builder> createEventDestinationRequest)Creates a new event destination in a configuration set.default CreateEventDestinationResponsePinpointSmsVoiceV2Client. createEventDestination(CreateEventDestinationRequest createEventDestinationRequest)Creates a new event destination in a configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateEventDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateEventDestinationResponse>PinpointSmsVoiceV2AsyncClient. createEventDestination(Consumer<CreateEventDestinationRequest.Builder> createEventDestinationRequest)Creates a new event destination in a configuration set.default CompletableFuture<CreateEventDestinationResponse>PinpointSmsVoiceV2AsyncClient. createEventDestination(CreateEventDestinationRequest createEventDestinationRequest)Creates a new event destination in a configuration set.
-