Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.StreamInfo
-
Packages that use StreamInfo Package Description software.amazon.awssdk.services.kinesisvideo.model software.amazon.awssdk.services.kinesisvideo.paginators -
-
Uses of StreamInfo in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return StreamInfo Modifier and Type Method Description StreamInfoDescribeStreamResponse. streamInfo()An object that describes the stream.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type StreamInfo Modifier and Type Method Description List<StreamInfo>ListStreamsResponse. streamInfoList()An array ofStreamInfoobjects.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type StreamInfo Modifier and Type Method Description DescribeStreamResponse.BuilderDescribeStreamResponse.Builder. streamInfo(StreamInfo streamInfo)An object that describes the stream.ListStreamsResponse.BuilderListStreamsResponse.Builder. streamInfoList(StreamInfo... streamInfoList)An array ofStreamInfoobjects.Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type StreamInfo Modifier and Type Method Description ListStreamsResponse.BuilderListStreamsResponse.Builder. streamInfoList(Collection<StreamInfo> streamInfoList)An array ofStreamInfoobjects. -
Uses of StreamInfo in software.amazon.awssdk.services.kinesisvideo.paginators
Methods in software.amazon.awssdk.services.kinesisvideo.paginators that return types with arguments of type StreamInfo Modifier and Type Method Description SdkIterable<StreamInfo>ListStreamsIterable. streamInfoList()Returns an iterable to iterate through the paginatedListStreamsResponse.streamInfoList()member.SdkPublisher<StreamInfo>ListStreamsPublisher. streamInfoList()Returns a publisher that can be used to get a stream of data.
-