| Package | Description |
|---|---|
| com.amazonaws.services.ivschat |
Introduction
|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRoomResult |
AbstractAmazonivschat.createRoom(CreateRoomRequest request) |
CreateRoomResult |
AmazonivschatClient.createRoom(CreateRoomRequest request)
Creates a room that allows clients to connect and pass messages.
|
CreateRoomResult |
Amazonivschat.createRoom(CreateRoomRequest createRoomRequest)
Creates a room that allows clients to connect and pass messages.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRoomResult> |
AbstractAmazonivschatAsync.createRoomAsync(CreateRoomRequest request) |
Future<CreateRoomResult> |
AmazonivschatAsync.createRoomAsync(CreateRoomRequest createRoomRequest)
Creates a room that allows clients to connect and pass messages.
|
Future<CreateRoomResult> |
AmazonivschatAsyncClient.createRoomAsync(CreateRoomRequest request) |
Future<CreateRoomResult> |
AbstractAmazonivschatAsync.createRoomAsync(CreateRoomRequest request,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler) |
Future<CreateRoomResult> |
AmazonivschatAsync.createRoomAsync(CreateRoomRequest createRoomRequest,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler)
Creates a room that allows clients to connect and pass messages.
|
Future<CreateRoomResult> |
AmazonivschatAsyncClient.createRoomAsync(CreateRoomRequest request,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRoomResult> |
AbstractAmazonivschatAsync.createRoomAsync(CreateRoomRequest request,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler) |
Future<CreateRoomResult> |
AmazonivschatAsync.createRoomAsync(CreateRoomRequest createRoomRequest,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler)
Creates a room that allows clients to connect and pass messages.
|
Future<CreateRoomResult> |
AmazonivschatAsyncClient.createRoomAsync(CreateRoomRequest request,
AsyncHandler<CreateRoomRequest,CreateRoomResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRoomResult |
CreateRoomResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRoomResult |
CreateRoomResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRoomResult |
CreateRoomResult.clone() |
CreateRoomResult |
CreateRoomResult.withArn(String arn)
Room ARN, assigned by the system.
|
CreateRoomResult |
CreateRoomResult.withCreateTime(Date createTime)
Time when the room was created.
|
CreateRoomResult |
CreateRoomResult.withId(String id)
Room ID, generated by the system.
|
CreateRoomResult |
CreateRoomResult.withLoggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
|
CreateRoomResult |
CreateRoomResult.withLoggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
Array of logging configurations attached to the room, from the request (if specified).
|
CreateRoomResult |
CreateRoomResult.withMaximumMessageLength(Integer maximumMessageLength)
Maximum number of characters in a single message, from the request (if specified).
|
CreateRoomResult |
CreateRoomResult.withMaximumMessageRatePerSecond(Integer maximumMessageRatePerSecond)
Maximum number of messages per second that can be sent to the room (by all clients), from the request (if
specified).
|
CreateRoomResult |
CreateRoomResult.withMessageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
CreateRoomResult |
CreateRoomResult.withName(String name)
Room name, from the request (if specified).
|
CreateRoomResult |
CreateRoomResult.withTags(Map<String,String> tags)
Tags attached to the resource, from the request (if specified).
|
CreateRoomResult |
CreateRoomResult.withUpdateTime(Date updateTime)
Time of the room’s last update.
|
Copyright © 2023. All rights reserved.