| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
CreateInstantBooking |
CreateInstantBooking.clone() |
CreateInstantBooking |
CreateMeetingRoomConfiguration.getInstantBooking()
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
|
CreateInstantBooking |
CreateInstantBooking.withDurationInMinutes(Integer durationInMinutes)
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a
meeting is started with Alexa.
|
CreateInstantBooking |
CreateInstantBooking.withEnabled(Boolean enabled)
Whether instant booking is enabled or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingRoomConfiguration.setInstantBooking(CreateInstantBooking instantBooking)
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
|
CreateMeetingRoomConfiguration |
CreateMeetingRoomConfiguration.withInstantBooking(CreateInstantBooking instantBooking)
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
|
Copyright © 2023. All rights reserved.