| 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 ListRoomsResponse |
ChimeClient.listRooms(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default CompletableFuture<ListRoomsResponse> |
ChimeAsyncClient.listRooms(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsIterable |
ChimeClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsPublisher |
ChimeAsyncClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
| Constructor and Description |
|---|
ListRoomsIterable(ChimeClient client,
ListRoomsRequest firstRequest) |
ListRoomsPublisher(ChimeAsyncClient client,
ListRoomsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRoomsRequestMarshaller.marshall(ListRoomsRequest listRoomsRequest) |
Copyright © 2022. All rights reserved.