| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
Meeting |
Meeting.clone() |
Meeting |
CreateMeetingResult.getMeeting()
The meeting information, including the meeting ID and
MediaPlacement. |
Meeting |
CreateMeetingWithAttendeesResult.getMeeting()
The meeting information, including the meeting ID and
MediaPlacement. |
Meeting |
GetMeetingResult.getMeeting()
The Amazon Chime SDK meeting information.
|
Meeting |
Meeting.withExternalMeetingId(String externalMeetingId)
The external meeting ID.
|
Meeting |
Meeting.withMediaPlacement(MediaPlacement mediaPlacement)
The media placement for the meeting.
|
Meeting |
Meeting.withMediaRegion(String mediaRegion)
The Region in which you create the meeting.
|
Meeting |
Meeting.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as Amazon Voice Focus.
|
Meeting |
Meeting.withMeetingHostId(String meetingHostId)
Reserved.
|
Meeting |
Meeting.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMeetingResult.setMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
void |
CreateMeetingWithAttendeesResult.setMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
void |
GetMeetingResult.setMeeting(Meeting meeting)
The Amazon Chime SDK meeting information.
|
CreateMeetingResult |
CreateMeetingResult.withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
GetMeetingResult |
GetMeetingResult.withMeeting(Meeting meeting)
The Amazon Chime SDK meeting information.
|
Copyright © 2022. All rights reserved.