| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamKeysResult> |
AmazonIVSAsync.listStreamKeysAsync(ListStreamKeysRequest listStreamKeysRequest,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler)
Gets summary information about stream keys for the specified channel.
|
Future<ListStreamKeysResult> |
AmazonIVSAsyncClient.listStreamKeysAsync(ListStreamKeysRequest request,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler) |
Future<ListStreamKeysResult> |
AbstractAmazonIVSAsync.listStreamKeysAsync(ListStreamKeysRequest request,
AsyncHandler<ListStreamKeysRequest,ListStreamKeysResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysRequest |
ListStreamKeysRequest.clone() |
ListStreamKeysRequest |
ListStreamKeysRequest.withChannelArn(String channelArn)
Channel ARN used to filter the list.
|
ListStreamKeysRequest |
ListStreamKeysRequest.withMaxResults(Integer maxResults)
Maximum number of streamKeys to return.
|
ListStreamKeysRequest |
ListStreamKeysRequest.withNextToken(String nextToken)
The first stream key to retrieve.
|
Copyright © 2020. All rights reserved.