Uses of Interface
software.amazon.awssdk.services.mediapackagev2.model.ListChannelGroupsRequest.Builder
-
Packages that use ListChannelGroupsRequest.Builder Package Description software.amazon.awssdk.services.mediapackagev2 software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of ListChannelGroupsRequest.Builder in software.amazon.awssdk.services.mediapackagev2
Method parameters in software.amazon.awssdk.services.mediapackagev2 with type arguments of type ListChannelGroupsRequest.Builder Modifier and Type Method 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 ListChannelGroupsResponseMediaPackageV2Client. 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 ListChannelGroupsPublisherMediaPackageV2AsyncClient. listChannelGroupsPaginator(Consumer<ListChannelGroupsRequest.Builder> listChannelGroupsRequest)This is a variant ofMediaPackageV2AsyncClient.listChannelGroups(software.amazon.awssdk.services.mediapackagev2.model.ListChannelGroupsRequest)operation.default ListChannelGroupsIterableMediaPackageV2Client. listChannelGroupsPaginator(Consumer<ListChannelGroupsRequest.Builder> listChannelGroupsRequest)This is a variant ofMediaPackageV2Client.listChannelGroups(software.amazon.awssdk.services.mediapackagev2.model.ListChannelGroupsRequest)operation. -
Uses of ListChannelGroupsRequest.Builder in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return ListChannelGroupsRequest.Builder Modifier and Type Method Description static ListChannelGroupsRequest.BuilderListChannelGroupsRequest. builder()ListChannelGroupsRequest.BuilderListChannelGroupsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in the response.ListChannelGroupsRequest.BuilderListChannelGroupsRequest.Builder. nextToken(String nextToken)The pagination token from the GET list request.ListChannelGroupsRequest.BuilderListChannelGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelGroupsRequest.BuilderListChannelGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelGroupsRequest.BuilderListChannelGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type ListChannelGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelGroupsRequest.Builder>ListChannelGroupsRequest. serializableBuilderClass()
-