| Package | Description |
|---|---|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
RoomSummary |
RoomSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RoomSummary |
RoomSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
RoomSummary |
RoomSummary.clone() |
RoomSummary |
RoomSummary.withArn(String arn)
Room ARN.
|
RoomSummary |
RoomSummary.withCreateTime(Date createTime)
Time when the room was created.
|
RoomSummary |
RoomSummary.withId(String id)
Room ID, generated by the system.
|
RoomSummary |
RoomSummary.withLoggingConfigurationIdentifiers(Collection<String> loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
RoomSummary |
RoomSummary.withLoggingConfigurationIdentifiers(String... loggingConfigurationIdentifiers)
List of logging-configuration identifiers attached to the room.
|
RoomSummary |
RoomSummary.withMessageReviewHandler(MessageReviewHandler messageReviewHandler)
Configuration information for optional review of messages.
|
RoomSummary |
RoomSummary.withName(String name)
Room name.
|
RoomSummary |
RoomSummary.withTags(Map<String,String> tags)
Tags attached to the resource.
|
RoomSummary |
RoomSummary.withUpdateTime(Date updateTime)
Time of the room’s last update.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoomSummary> |
ListRoomsResult.getRooms()
List of the matching rooms (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
ListRoomsResult |
ListRoomsResult.withRooms(RoomSummary... rooms)
List of the matching rooms (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoomsResult.setRooms(Collection<RoomSummary> rooms)
List of the matching rooms (summary information only).
|
ListRoomsResult |
ListRoomsResult.withRooms(Collection<RoomSummary> rooms)
List of the matching rooms (summary information only).
|
Copyright © 2024. All rights reserved.