| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelGroupsResponse |
MediaPackageV2Client.listChannelGroups(Consumer<ListChannelGroupsRequest.Builder> listChannelGroupsRequest)
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin
endpoints that are associated with it.
|
default ListChannelGroupsResponse |
MediaPackageV2Client.listChannelGroups(ListChannelGroupsRequest listChannelGroupsRequest)
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin
endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelGroupsResponse> |
MediaPackageV2AsyncClient.listChannelGroups(Consumer<ListChannelGroupsRequest.Builder> listChannelGroupsRequest)
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin
endpoints that are associated with it.
|
default CompletableFuture<ListChannelGroupsResponse> |
MediaPackageV2AsyncClient.listChannelGroups(ListChannelGroupsRequest listChannelGroupsRequest)
Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin
endpoints that are associated with it.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelGroupsResponse> |
ListChannelGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.