listStreams
inline suspend fun KinesisVideoClient.listStreams(crossinline block: ListStreamsRequest.Builder.() -> Unit): ListStreamsResponse
Returns an array of StreamInfo
objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a StreamNameCondition
.