Uses of Class
software.amazon.awssdk.services.ivschat.model.SendEventResponse
-
Packages that use SendEventResponse Package Description software.amazon.awssdk.services.ivschat Introduction -
-
Uses of SendEventResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return SendEventResponse Modifier and Type Method Description default SendEventResponseIvschatClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event to a room.default SendEventResponseIvschatClient. sendEvent(SendEventRequest sendEventRequest)Sends an event to a room.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type SendEventResponse Modifier and Type Method Description default CompletableFuture<SendEventResponse>IvschatAsyncClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event to a room.default CompletableFuture<SendEventResponse>IvschatAsyncClient. sendEvent(SendEventRequest sendEventRequest)Sends an event to a room.
-