| 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 |
|---|---|
Future<BatchCreateAttendeeResult> |
AmazonChimeSDKMeetingsAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
Future<BatchCreateAttendeeResult> |
AbstractAmazonChimeSDKMeetingsAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
Future<BatchCreateAttendeeResult> |
AmazonChimeSDKMeetingsAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.clone() |
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withMeetingId(String meetingId)
The Amazon Chime SDK ID of the meeting to which you're adding attendees.
|
Copyright © 2023. All rights reserved.