| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings |
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set
the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
ListAttendeesResult |
AbstractAmazonChimeSDKMeetings.listAttendees(ListAttendeesRequest request) |
ListAttendeesResult |
AmazonChimeSDKMeetings.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
ListAttendeesResult |
AmazonChimeSDKMeetingsClient.listAttendees(ListAttendeesRequest request)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttendeesResult> |
AbstractAmazonChimeSDKMeetingsAsync.listAttendeesAsync(ListAttendeesRequest request,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler) |
Future<ListAttendeesResult> |
AmazonChimeSDKMeetingsAsync.listAttendeesAsync(ListAttendeesRequest listAttendeesRequest,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
Future<ListAttendeesResult> |
AmazonChimeSDKMeetingsAsyncClient.listAttendeesAsync(ListAttendeesRequest request,
AsyncHandler<ListAttendeesRequest,ListAttendeesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttendeesResult |
ListAttendeesResult.clone() |
ListAttendeesResult |
ListAttendeesResult.withAttendees(Attendee... attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResult |
ListAttendeesResult.withAttendees(Collection<Attendee> attendees)
The Amazon Chime SDK attendee information.
|
ListAttendeesResult |
ListAttendeesResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2024. All rights reserved.