| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateAttendeeResult> |
AbstractAmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
| 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 © 2024. All rights reserved.