| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysResult |
AmazonIVS.listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
ListStreamKeysResult |
AmazonIVSClient.listStreamKeys(ListStreamKeysRequest request)
Gets summary information about stream keys for the specified channel.
|
ListStreamKeysResult |
AbstractAmazonIVS.listStreamKeys(ListStreamKeysRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamKeysResult> |
AbstractAmazonIVSAsync.listStreamKeysAsync(ListStreamKeysRequest request,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler) |
Future<ListStreamKeysResult> |
AmazonIVSAsyncClient.listStreamKeysAsync(ListStreamKeysRequest request,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler) |
Future<ListStreamKeysResult> |
AmazonIVSAsync.listStreamKeysAsync(ListStreamKeysRequest listStreamKeysRequest,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler)
Gets summary information about stream keys for the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysResult |
ListStreamKeysResult.clone() |
ListStreamKeysResult |
ListStreamKeysResult.withNextToken(String nextToken)
If there are more stream keys than
maxResults, use nextToken in the request to get the
next set. |
ListStreamKeysResult |
ListStreamKeysResult.withStreamKeys(Collection<StreamKeySummary> streamKeys)
List of stream keys.
|
ListStreamKeysResult |
ListStreamKeysResult.withStreamKeys(StreamKeySummary... streamKeys)
List of stream keys.
|
Copyright © 2021. All rights reserved.