| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings |
The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set
the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.
|
| software.amazon.awssdk.services.chimesdkmeetings.paginators | |
| software.amazon.awssdk.services.chimesdkmeetings.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAttendeesResponse |
ChimeSdkMeetingsClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default CompletableFuture<ListAttendeesResponse> |
ChimeSdkMeetingsAsyncClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesIterable |
ChimeSdkMeetingsClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesPublisher |
ChimeSdkMeetingsAsyncClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
| Constructor and Description |
|---|
ListAttendeesIterable(ChimeSdkMeetingsClient client,
ListAttendeesRequest firstRequest) |
ListAttendeesPublisher(ChimeSdkMeetingsAsyncClient client,
ListAttendeesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAttendeesRequestMarshaller.marshall(ListAttendeesRequest listAttendeesRequest) |
Copyright © 2023. All rights reserved.