| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2 |
|
| software.amazon.awssdk.services.mediapackagev2.model |
| 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 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 ListChannelGroupsIterable |
MediaPackageV2Client.listChannelGroupsPaginator(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 ListChannelGroupsPublisher |
MediaPackageV2AsyncClient.listChannelGroupsPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.builder() |
ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.Builder.nextToken(String nextToken)
The pagination token from the GET list request.
|
ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelGroupsRequest.Builder |
ListChannelGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelGroupsRequest.Builder> |
ListChannelGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.