| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings |
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set
the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.clone() |
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withExternalMeetingId(String externalMeetingId)
The external meeting ID.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMediaRegion(String mediaRegion)
The Region in which to create the meeting.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures)
Lists the audio and video features enabled for a meeting, such as echo reduction.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withMeetingHostId(String meetingHostId)
Reserved.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration)
The configuration for resource targets to receive notifications when meeting and attendee events occur.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withPrimaryMeetingId(String primaryMeetingId)
When specified, replicates the media from the primary meeting to the new meeting.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTenantIds(Collection<String> tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTenantIds(String... tenantIds)
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
|
Copyright © 2022. All rights reserved.