| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat |
Introduction
|
| software.amazon.awssdk.services.ivschat.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRoomsResponse |
IvschatClient.listRooms(Consumer<ListRoomsRequest.Builder> listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
default ListRoomsResponse |
IvschatClient.listRooms(ListRoomsRequest listRoomsRequest)
Gets summary information about all your rooms in the AWS region where the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRoomsResponse> |
IvschatAsyncClient.listRooms(Consumer<ListRoomsRequest.Builder> 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.
|
| 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.