| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
AmazonIVSClient.listChannels(ListChannelsRequest request)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
ListChannelsResult |
AmazonIVS.listChannels(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
ListChannelsResult |
AbstractAmazonIVS.listChannels(ListChannelsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request) |
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.listChannelsAsync(ListChannelsRequest request) |
Future<ListChannelsResult> |
AmazonIVSAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.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 Amazon Web Services region where the API
request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AmazonIVSAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AbstractAmazonIVSAsync.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 Amazon Web Services region where the API
request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.clone() |
ListChannelsResult |
ListChannelsResult.withChannels(ChannelSummary... channels)
List of the matching channels.
|
ListChannelsResult |
ListChannelsResult.withChannels(Collection<ChannelSummary> channels)
List of the matching channels.
|
ListChannelsResult |
ListChannelsResult.withNextToken(String nextToken)
If there are more channels than
maxResults, use nextToken in the request to get the
next set. |
Copyright © 2024. All rights reserved.