Uses of Class
software.amazon.awssdk.services.ivschat.model.ListRoomsRequest
-
Packages that use ListRoomsRequest Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.paginators software.amazon.awssdk.services.ivschat.transform -
-
Uses of ListRoomsRequest in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat with parameters of type ListRoomsRequest Modifier and Type Method Description 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 ListRoomsResponseIvschatClient. listRooms(ListRoomsRequest listRoomsRequest)Gets summary information about all your rooms in the AWS region where the API request is processed.default ListRoomsPublisherIvschatAsyncClient. listRoomsPaginator(ListRoomsRequest listRoomsRequest)This is a variant ofIvschatAsyncClient.listRooms(software.amazon.awssdk.services.ivschat.model.ListRoomsRequest)operation.default ListRoomsIterableIvschatClient. listRoomsPaginator(ListRoomsRequest listRoomsRequest)This is a variant ofIvschatClient.listRooms(software.amazon.awssdk.services.ivschat.model.ListRoomsRequest)operation. -
Uses of ListRoomsRequest in software.amazon.awssdk.services.ivschat.paginators
Constructors in software.amazon.awssdk.services.ivschat.paginators with parameters of type ListRoomsRequest Constructor Description ListRoomsIterable(IvschatClient client, ListRoomsRequest firstRequest)ListRoomsPublisher(IvschatAsyncClient client, ListRoomsRequest firstRequest) -
Uses of ListRoomsRequest in software.amazon.awssdk.services.ivschat.transform
Methods in software.amazon.awssdk.services.ivschat.transform with parameters of type ListRoomsRequest Modifier and Type Method Description SdkHttpFullRequestListRoomsRequestMarshaller. marshall(ListRoomsRequest listRoomsRequest)
-