Uses of Interface
software.amazon.awssdk.services.ivschat.model.SendEventRequest.Builder
-
Packages that use SendEventRequest.Builder Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.model -
-
Uses of SendEventRequest.Builder in software.amazon.awssdk.services.ivschat
Method parameters in software.amazon.awssdk.services.ivschat with type arguments of type SendEventRequest.Builder Modifier and Type Method Description default CompletableFuture<SendEventResponse>IvschatAsyncClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event to a room.default SendEventResponseIvschatClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Sends an event to a room. -
Uses of SendEventRequest.Builder in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return SendEventRequest.Builder Modifier and Type Method Description SendEventRequest.BuilderSendEventRequest.Builder. attributes(Map<String,String> attributes)Application-defined metadata to attach to the event sent to clients.static SendEventRequest.BuilderSendEventRequest. builder()SendEventRequest.BuilderSendEventRequest.Builder. eventName(String eventName)Application-defined name of the event to send to clients.SendEventRequest.BuilderSendEventRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendEventRequest.BuilderSendEventRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendEventRequest.BuilderSendEventRequest.Builder. roomIdentifier(String roomIdentifier)Identifier of the room to which the event will be sent.SendEventRequest.BuilderSendEventRequest. toBuilder()Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type SendEventRequest.Builder Modifier and Type Method Description static Class<? extends SendEventRequest.Builder>SendEventRequest. serializableBuilderClass()
-