| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
AmazonIVS.listChannels(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the AWS region where the API request is
processed.
|
ListChannelsResult |
AmazonIVSClient.listChannels(ListChannelsRequest request)
Gets summary information about all channels in your account, in the AWS region where the API request is
processed.
|
ListChannelsResult |
AbstractAmazonIVS.listChannels(ListChannelsRequest request) |
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.listChannelsAsync(ListChannelsRequest request) |
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request) |
Future<ListChannelsResult> |
AmazonIVSAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the AWS region where the API request is
processed.
|
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AmazonIVSAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Gets summary information about all channels in your account, in the AWS region where the API request is
processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AmazonIVSAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Gets summary information about all channels in your account, in the AWS region where the API request is
processed.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsRequest |
ListChannelsRequest.clone() |
ListChannelsRequest |
ListChannelsRequest.withFilterByName(String filterByName)
Filters the channel list to match the specified name.
|
ListChannelsRequest |
ListChannelsRequest.withFilterByRecordingConfigurationArn(String filterByRecordingConfigurationArn)
Filters the channel list to match the specified recording-configuration ARN.
|
ListChannelsRequest |
ListChannelsRequest.withMaxResults(Integer maxResults)
Maximum number of channels to return.
|
ListChannelsRequest |
ListChannelsRequest.withNextToken(String nextToken)
The first channel to retrieve.
|
Copyright © 2021. All rights reserved.