Uses of Class
software.amazon.awssdk.services.ivschat.model.ListRoomsResponse
-
Packages that use ListRoomsResponse Package Description software.amazon.awssdk.services.ivschat Introductionsoftware.amazon.awssdk.services.ivschat.paginators -
-
Uses of ListRoomsResponse in software.amazon.awssdk.services.ivschat
Methods in software.amazon.awssdk.services.ivschat that return ListRoomsResponse Modifier and Type Method Description default ListRoomsResponseIvschatClient. listRooms(Consumer<ListRoomsRequest.Builder> 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.Methods in software.amazon.awssdk.services.ivschat that return types with arguments of type ListRoomsResponse Modifier and Type Method 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. -
Uses of ListRoomsResponse in software.amazon.awssdk.services.ivschat.paginators
Methods in software.amazon.awssdk.services.ivschat.paginators that return types with arguments of type ListRoomsResponse Modifier and Type Method Description Iterator<ListRoomsResponse>ListRoomsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivschat.paginators with type arguments of type ListRoomsResponse Modifier and Type Method Description voidListRoomsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRoomsResponse> subscriber)
-