| Package | Description |
|---|---|
| com.amazonaws.services.chime |
|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateAttendeeResult |
AbstractAmazonChime.batchCreateAttendee(BatchCreateAttendeeRequest request)
Deprecated.
|
BatchCreateAttendeeResult |
AmazonChime.batchCreateAttendee(BatchCreateAttendeeRequest batchCreateAttendeeRequest)
Deprecated.
|
BatchCreateAttendeeResult |
AmazonChimeClient.batchCreateAttendee(BatchCreateAttendeeRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchCreateAttendeeResult> |
AbstractAmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsyncClient.batchCreateAttendeeAsync(BatchCreateAttendeeRequest request,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
Future<BatchCreateAttendeeResult> |
AmazonChimeAsync.batchCreateAttendeeAsync(BatchCreateAttendeeRequest batchCreateAttendeeRequest,
AsyncHandler<BatchCreateAttendeeRequest,BatchCreateAttendeeResult> asyncHandler)
Deprecated.
|
| 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.