| 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 Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
AbstractAmazonChimeSDKMeetings.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request) |
CreateMeetingWithAttendeesResult |
AmazonChimeSDKMeetingsClient.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest request)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
CreateMeetingWithAttendeesResult |
AmazonChimeSDKMeetings.createMeetingWithAttendees(CreateMeetingWithAttendeesRequest createMeetingWithAttendeesRequest)
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.clone() |
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(Collection<CreateAttendeeError> errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along
with error codes and error messages.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withErrors(CreateAttendeeError... errors)
If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along
with error codes and error messages.
|
CreateMeetingWithAttendeesResult |
CreateMeetingWithAttendeesResult.withMeeting(Meeting meeting)
The meeting information, including the meeting ID and
MediaPlacement. |
Copyright © 2024. All rights reserved.