| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListAttendeesResponse |
ChimeSdkMeetingsClient.listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesResponse |
ChimeSdkMeetingsClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttendeesResponse> |
ChimeSdkMeetingsAsyncClient.listAttendees(Consumer<ListAttendeesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttendeesResponse> |
ListAttendeesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttendeesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttendeesResponse> subscriber) |
Copyright © 2023. All rights reserved.