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