| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamsResult> |
AmazonIVSAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AmazonIVSAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Gets summary information about live streams.
|
Future<ListStreamsResult> |
AbstractAmazonIVSAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withMaxResults(Integer maxResults)
Maximum number of streams to return.
|
ListStreamsRequest |
ListStreamsRequest.withNextToken(String nextToken)
The first stream to retrieve.
|
Copyright © 2020. All rights reserved.