| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.paginators |
| 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 ListChannelsResponse |
MediaPackageV2Client.listChannels(ListChannelsRequest 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 |
|---|---|
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 CompletableFuture<ListChannelsResponse> |
MediaPackageV2AsyncClient.listChannels(ListChannelsRequest 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 |
|---|---|
Iterator<ListChannelsResponse> |
ListChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber) |
Copyright © 2023. All rights reserved.