Uses of Class
software.amazon.awssdk.services.ivschat.model.SendEventRequest
-
Packages that use SendEventRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.transform -
-
Uses of SendEventRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type SendEventRequest Modifier and Type Method Description default CompletableFuture<SendEventResponse>IvschatAsyncClient. sendEvent(SendEventRequest sendEventRequest)Sends an event to a room.default SendEventResponseIvschatClient. sendEvent(SendEventRequest sendEventRequest)Sends an event to a room. -
Uses of SendEventRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type SendEventRequest Modifier and Type Method Description SdkHttpFullRequestSendEventRequestMarshaller. marshall(SendEventRequest sendEventRequest)
-