| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
AbstractAmazonKinesisVideo.listStreams(ListStreamsRequest request) |
ListStreamsResult |
AmazonKinesisVideo.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of
StreamInfo objects. |
ListStreamsResult |
AmazonKinesisVideoClient.listStreams(ListStreamsRequest request)
Returns an array of
StreamInfo objects. |
Future<ListStreamsResult> |
AbstractAmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Returns an array of
StreamInfo objects. |
Future<ListStreamsResult> |
AmazonKinesisVideoAsyncClient.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AbstractAmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of
StreamInfo objects. |
Future<ListStreamsResult> |
AmazonKinesisVideoAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamsResult> |
AbstractAmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AmazonKinesisVideoAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of
StreamInfo objects. |
Future<ListStreamsResult> |
AmazonKinesisVideoAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
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 © 2025. All rights reserved.