| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.chime.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAttendeesResponse |
ChimeClient.listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesResponse |
ChimeClient.listAttendees(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttendeesResponse> |
ChimeAsyncClient.listAttendees(Consumer<ListAttendeesRequest.Builder> listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default CompletableFuture<ListAttendeesResponse> |
ChimeAsyncClient.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 © 2022. All rights reserved.