| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime application programming interface (API) is designed so administrators can perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateAttendeeResult> |
AbstractAmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
Future<BatchCreateAttendeeResult> |
AmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.clone() |
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(Collection<CreateAttendeeRequestItem> attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withAttendees(CreateAttendeeRequestItem... attendees)
The request containing the attendees to create.
|
BatchCreateAttendeeRequest |
BatchCreateAttendeeRequest.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
Copyright © 2023. All rights reserved.