| 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 |
|---|---|
BatchCreateAttendeeResult |
AbstractAmazonChimeSDKMeetings.batchCreateAttendee(BatchCreateAttendeeRequest request) |
BatchCreateAttendeeResult |
AmazonChimeSDKMeetings.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
BatchCreateAttendeeResult |
AmazonChimeSDKMeetingsClient.batchCreateAttendee(BatchCreateAttendeeRequest request)
Creates up to 100 attendees for an active Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeSDKMeetingsAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.clone() |
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withAttendees(Attendee... attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.withAttendees(Collection<Attendee> attendees)
The attendee information, including attendees' IDs and join tokens.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.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.
|
BatchCreateAttendeeResult |
BatchCreateAttendeeResult.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.
|
Copyright © 2024. All rights reserved.