| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
Classes modeling the various types represented by AWSKinesisVideo
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
AWSKinesisVideoClient.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of
StreamInfo objects. |
ListStreamsResult |
AWSKinesisVideo.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of
StreamInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest |
ListStreamsRequest.withMaxResults(Integer maxResults)
The maximum number of streams to return in the response.
|
ListStreamsRequest |
ListStreamsRequest.withNextToken(String nextToken)
If you specify this parameter, when the result of a
ListStreams operation is truncated, the call returns the
NextToken in the response. |
ListStreamsRequest |
ListStreamsRequest.withStreamNameCondition(StreamNameCondition streamNameCondition)
Optional: Returns only streams that satisfy a specific condition.
|
Copyright © 2019. All rights reserved.