| 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 | |
| software.amazon.awssdk.services.chime.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListAttendeesResponse |
ChimeClient.listAttendees(ListAttendeesRequest 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.
|
default ListAttendeesIterable |
ChimeClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
default ListAttendeesPublisher |
ChimeAsyncClient.listAttendeesPaginator(ListAttendeesRequest listAttendeesRequest)
Lists the attendees for the specified Amazon Chime SDK meeting.
|
| Constructor and Description |
|---|
ListAttendeesIterable(ChimeClient client,
ListAttendeesRequest firstRequest) |
ListAttendeesPublisher(ChimeAsyncClient client,
ListAttendeesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAttendeesRequestMarshaller.marshall(ListAttendeesRequest listAttendeesRequest) |
Copyright © 2022. All rights reserved.