| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
MediaLiveClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default CompletableFuture<ListChannelsResponse> |
MediaLiveAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
MediaLiveClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsPublisher |
MediaLiveAsyncClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsRequest.Builder |
ListChannelsRequest.builder() |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelsRequest.Builder |
ListChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelsRequest.Builder> |
ListChannelsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.