| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendEventResponse> |
IvschatAsyncClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event to a room.
|
default SendEventResponse |
IvschatClient.sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)
Sends an event to a room.
|
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest.Builder |
SendEventRequest.Builder.attributes(Map<String,String> attributes)
Application-defined metadata to attach to the event sent to clients.
|
static SendEventRequest.Builder |
SendEventRequest.builder() |
SendEventRequest.Builder |
SendEventRequest.Builder.eventName(String eventName)
Application-defined name of the event to send to clients.
|
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SendEventRequest.Builder |
SendEventRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SendEventRequest.Builder |
SendEventRequest.Builder.roomIdentifier(String roomIdentifier)
Identifier of the room to which the event will be sent.
|
SendEventRequest.Builder |
SendEventRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SendEventRequest.Builder> |
SendEventRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.