| 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 ListRoomsResponse |
ChimeClient.listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
default ListRoomsResponse |
ChimeClient.listRooms(ListRoomsRequest listRoomsRequest)
Lists the room details for the specified Amazon Chime Enterprise account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRoomsResponse> |
ChimeAsyncClient.listRooms(Consumer<ListRoomsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRoomsResponse> |
ListRoomsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRoomsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRoomsResponse> subscriber) |
Copyright © 2022. All rights reserved.