| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.paginators | |
| software.amazon.awssdk.services.medialive.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
MediaLiveClient.listChannels(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default CompletableFuture<ListChannelsResponse> |
MediaLiveAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
MediaLiveClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsPublisher |
MediaLiveAsyncClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
| Constructor and Description |
|---|
ListChannelsIterable(MediaLiveClient client,
ListChannelsRequest firstRequest) |
ListChannelsPublisher(MediaLiveAsyncClient client,
ListChannelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListChannelsRequestMarshaller.marshall(ListChannelsRequest listChannelsRequest) |
Copyright © 2022. All rights reserved.