| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
MediaPackageV2Client.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including
the origin endpoints that are associated with it.
|
default CompletableFuture<ListChannelsResponse> |
MediaPackageV2AsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including
the origin endpoints that are associated with it.
|
default ListChannelsIterable |
MediaPackageV2Client.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including
the origin endpoints that are associated with it.
|
default ListChannelsPublisher |
MediaPackageV2AsyncClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including
the origin endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsRequest.Builder |
ListChannelsRequest.builder() |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.channelGroupName(String channelGroupName)
The name that describes the channel group.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.nextToken(String nextToken)
The pagination token from the GET list request.
|
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 © 2023. All rights reserved.