| Package | Description |
|---|---|
| com.amazonaws.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to 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<ListAttendeesResult> |
AmazonChimeAsync.listAttendeesAsync(ListAttendeesRequest listAttendeesRequest,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
Future<ListAttendeesResult> |
AbstractAmazonChimeAsync.listAttendeesAsync(ListAttendeesRequest request,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler) |
Future<ListAttendeesResult> |
AmazonChimeAsyncClient.listAttendeesAsync(ListAttendeesRequest request,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttendeesRequest |
ListAttendeesRequest.clone() |
ListAttendeesRequest |
ListAttendeesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListAttendeesRequest |
ListAttendeesRequest.withMeetingId(String meetingId)
The Amazon Chime SDK meeting ID.
|
ListAttendeesRequest |
ListAttendeesRequest.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2021. All rights reserved.