| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsResult |
AmazonIVSClient.listStreams(ListStreamsRequest request)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
ListStreamsResult |
AmazonIVS.listStreams(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
ListStreamsResult |
AbstractAmazonIVS.listStreams(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonIVSAsyncClient.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonIVSAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services region where the API
request is processed.
|
Future<ListStreamsResult> |
AbstractAmazonIVSAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withFilterBy(StreamFilters filterBy)
Filters the stream list to match the specified criterion.
|
ListStreamsRequest |
ListStreamsRequest.withMaxResults(Integer maxResults)
Maximum number of streams to return.
|
ListStreamsRequest |
ListStreamsRequest.withNextToken(String nextToken)
The first stream to retrieve.
|
Copyright © 2024. All rights reserved.