Uses of Class
software.amazon.awssdk.services.ivschat.model.RoomSummary
-
Packages that use RoomSummary Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of RoomSummary in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type RoomSummary Modifier and Type Method Description List<RoomSummary>ListRoomsResponse. rooms()List of the matching rooms (summary information only).Methods in software.amazon.awssdk.services.ivschat.model with parameters of type RoomSummary Modifier and Type Method Description ListRoomsResponse.BuilderListRoomsResponse.Builder. rooms(RoomSummary... rooms)List of the matching rooms (summary information only).Method parameters in software.amazon.awssdk.services.ivschat.model with type arguments of type RoomSummary Modifier and Type Method Description ListRoomsResponse.BuilderListRoomsResponse.Builder. rooms(Collection<RoomSummary> rooms)List of the matching rooms (summary information only).
-