| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamSessionsResult |
AbstractAmazonIVS.listStreamSessions(ListStreamSessionsRequest request) |
ListStreamSessionsResult |
AmazonIVSClient.listStreamSessions(ListStreamSessionsRequest request)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
ListStreamSessionsResult |
AmazonIVS.listStreamSessions(ListStreamSessionsRequest listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamSessionsResult> |
AmazonIVSAsync.listStreamSessionsAsync(ListStreamSessionsRequest listStreamSessionsRequest,
AsyncHandler<ListStreamSessionsRequest,ListStreamSessionsResult> asyncHandler)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
Future<ListStreamSessionsResult> |
AmazonIVSAsyncClient.listStreamSessionsAsync(ListStreamSessionsRequest request,
AsyncHandler<ListStreamSessionsRequest,ListStreamSessionsResult> asyncHandler) |
Future<ListStreamSessionsResult> |
AbstractAmazonIVSAsync.listStreamSessionsAsync(ListStreamSessionsRequest request,
AsyncHandler<ListStreamSessionsRequest,ListStreamSessionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamSessionsResult |
ListStreamSessionsResult.clone() |
ListStreamSessionsResult |
ListStreamSessionsResult.withNextToken(String nextToken)
If there are more streams than
maxResults, use nextToken in the request to get the next
set. |
ListStreamSessionsResult |
ListStreamSessionsResult.withStreamSessions(Collection<StreamSessionSummary> streamSessions)
|
ListStreamSessionsResult |
ListStreamSessionsResult.withStreamSessions(StreamSessionSummary... streamSessions)
|
Copyright © 2022. All rights reserved.