| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
AmazonIVS.listStreams(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the AWS region where the API request is
processed.
|
ListStreamsResult |
AmazonIVSClient.listStreams(ListStreamsRequest request)
Gets summary information about live streams in your account, in the AWS region where the API request is
processed.
|
ListStreamsResult |
AbstractAmazonIVS.listStreams(ListStreamsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamsResult> |
AmazonIVSAsyncClient.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonIVSAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the AWS region where the API request is
processed.
|
Future<ListStreamsResult> |
AbstractAmazonIVSAsync.listStreamsAsync(ListStreamsRequest request) |
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 in your account, in the AWS region where the API request is
processed.
|
Future<ListStreamsResult> |
AbstractAmazonIVSAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| 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 in your account, in the AWS region where the API request is
processed.
|
Future<ListStreamsResult> |
AbstractAmazonIVSAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
ListStreamsResult.clone() |
ListStreamsResult |
ListStreamsResult.withNextToken(String nextToken)
If there are more streams than
maxResults, use nextToken in the request to get the next
set. |
ListStreamsResult |
ListStreamsResult.withStreams(Collection<StreamSummary> streams)
List of streams.
|
ListStreamsResult |
ListStreamsResult.withStreams(StreamSummary... streams)
List of streams.
|
Copyright © 2020. All rights reserved.