| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
RoomData |
RoomData.clone() |
RoomData |
RoomData.withDescription(String description)
The description of a room.
|
RoomData |
RoomData.withProfileArn(String profileArn)
The profile ARN of a room.
|
RoomData |
RoomData.withProfileName(String profileName)
The profile name of a room.
|
RoomData |
RoomData.withProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
RoomData |
RoomData.withRoomArn(String roomArn)
The ARN of a room.
|
RoomData |
RoomData.withRoomName(String roomName)
The name of a room.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoomData> |
SearchRoomsResult.getRooms()
The rooms that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRoomsResult |
SearchRoomsResult.withRooms(RoomData... rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRoomsResult.setRooms(Collection<RoomData> rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
SearchRoomsResult |
SearchRoomsResult.withRooms(Collection<RoomData> rooms)
The rooms that meet the specified set of filter criteria, in sort order.
|
Copyright © 2019. All rights reserved.