| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
Meeting |
Meeting.clone() |
Meeting |
GetMeetingResult.getMeeting()
The Amazon Chime SDK meeting information.
|
Meeting |
CreateMeetingWithAttendeesResult.getMeeting()
The meeting information, including the meeting ID and
MediaPlacement. |
Meeting |
CreateMeetingResult.getMeeting()
The meeting information, including the meeting ID and
MediaPlacement. |
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.withMeetingArn(String meetingArn)
The ARN of the meeting.
|
Meeting |
Meeting.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
The features available to a meeting, such as echo reduction.
|
Meeting |
Meeting.withMeetingHostId(String meetingHostId)
Reserved.
|
Meeting |
Meeting.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
Meeting |
Meeting.withPrimaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to this meeting.
|
Meeting |
Meeting.withTenantIds(Collection<String> tenantIds)
Array of strings.
|
Meeting |
Meeting.withTenantIds(String... tenantIds)
Array of strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMeetingResult.setMeeting(Meeting meeting)
The Amazon Chime SDK meeting information.
|
void |
CreateMeetingWithAttendeesResult.setMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
void |
CreateMeetingResult.setMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
GetMeetingResult |
GetMeetingResult.withMeeting(Meeting meeting)
The Amazon Chime SDK meeting information.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
CreateMeetingResult |
CreateMeetingResult.withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
Copyright © 2023. All rights reserved.