| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators | |
| software.amazon.awssdk.services.ivs.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
IvsClient.listChannels(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default CompletableFuture<ListChannelsResponse> |
IvsAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListChannelsIterable |
IvsClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListChannelsPublisher |
IvsAsyncClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
| Constructor and Description |
|---|
ListChannelsIterable(IvsClient client,
ListChannelsRequest firstRequest) |
ListChannelsPublisher(IvsAsyncClient client,
ListChannelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelsRequestMarshaller.marshall(ListChannelsRequest listChannelsRequest) |
Copyright © 2023. All rights reserved.