| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Room |
Room.clone() |
Room |
GetRoomResult.getRoom()
The details of the room requested.
|
Room |
Room.withDescription(String description)
The description of a room.
|
Room |
Room.withProfileArn(String profileArn)
The profile ARN of a room.
|
Room |
Room.withProviderCalendarId(String providerCalendarId)
The provider calendar ARN of a room.
|
Room |
Room.withRoomArn(String roomArn)
The ARN of a room.
|
Room |
Room.withRoomName(String roomName)
The name of a room.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRoomResult.setRoom(Room room)
The details of the room requested.
|
GetRoomResult |
GetRoomResult.withRoom(Room room)
The details of the room requested.
|
Copyright © 2020. All rights reserved.