| 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 |
|---|---|
BatchCreateAttendeeResult |
AbstractAmazonChime.batchCreateAttendee(BatchCreateAttendeeRequest request) |
BatchCreateAttendeeResult |
AmazonChimeClient.batchCreateAttendee(BatchCreateAttendeeRequest request)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
BatchCreateAttendeeResult |
AmazonChime.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler) |
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.
|
| 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 © 2023. All rights reserved.