| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| software.amazon.awssdk.services.ivschat.paginators | |
| software.amazon.awssdk.services.ivschat.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListRoomsResponse |
IvschatClient.listRooms(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default CompletableFuture<ListRoomsResponse> |
IvschatAsyncClient.listRooms(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsIterable |
IvschatClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsPublisher |
IvschatAsyncClient.listRoomsPaginator(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
| Constructor and Description |
|---|
ListRoomsIterable(IvschatClient client,
ListRoomsRequest firstRequest) |
ListRoomsPublisher(IvschatAsyncClient client,
ListRoomsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRoomsRequestMarshaller.marshall(ListRoomsRequest listRoomsRequest) |
Copyright © 2023. All rights reserved.