| Package | Description |
|---|---|
| com.amazonaws.services.ivschat |
Introduction
|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendEventResult> |
AbstractAmazonivschatAsync.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
Future<SendEventResult> |
AmazonivschatAsync.sendEventAsync(SendEventRequest sendEventRequest,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler)
Sends an event to a room.
|
Future<SendEventResult> |
AmazonivschatAsyncClient.sendEventAsync(SendEventRequest request,
AsyncHandler<SendEventRequest,SendEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendEventRequest |
SendEventRequest.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
SendEventRequest |
SendEventRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
SendEventRequest |
SendEventRequest.clone() |
SendEventRequest |
SendEventRequest.withAttributes(Map<String,String> attributes)
Application-defined metadata to attach to the event sent to clients.
|
SendEventRequest |
SendEventRequest.withEventName(String eventName)
Application-defined name of the event to send to clients.
|
SendEventRequest |
SendEventRequest.withRoomIdentifier(String roomIdentifier)
Identifier of the room to which the event will be sent.
|
Copyright © 2022. All rights reserved.