Uses of Class
software.amazon.awssdk.services.connectparticipant.model.SendEventRequest
-
Packages that use SendEventRequest Package Description software.amazon.awssdk.services.connectparticipant Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost.software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of SendEventRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type SendEventRequest Modifier and Type Method Description default CompletableFuture<SendEventResponse>ConnectParticipantAsyncClient. sendEvent(SendEventRequest sendEventRequest)Sends an event.default SendEventResponseConnectParticipantClient. sendEvent(SendEventRequest sendEventRequest)Sends an event. -
Uses of SendEventRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type SendEventRequest Modifier and Type Method Description SdkHttpFullRequestSendEventRequestMarshaller. marshall(SendEventRequest sendEventRequest)
-