Uses of Class
software.amazon.awssdk.services.connectparticipant.model.SendEventResponse
-
Packages that use SendEventResponse 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. -
-
Uses of SendEventResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return SendEventResponse Modifier and Type Method Description default SendEventResponseConnectParticipantClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event.default SendEventResponseConnectParticipantClient. sendEvent(SendEventRequest sendEventRequest)Sends an event.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type SendEventResponse Modifier and Type Method Description default CompletableFuture<SendEventResponse>ConnectParticipantAsyncClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event.default CompletableFuture<SendEventResponse>ConnectParticipantAsyncClient. sendEvent(SendEventRequest sendEventRequest)Sends an event.
-