Uses of Interface
software.amazon.awssdk.services.mediatailor.model.ListChannelsRequest.Builder
-
Packages that use ListChannelsRequest.Builder Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.model -
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type ListChannelsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>MediaTailorAsyncClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default ListChannelsResponseMediaTailorClient. listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default ListChannelsPublisherMediaTailorAsyncClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account.default ListChannelsIterableMediaTailorClient. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves information about the channels that are associated with the current AWS account. -
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ListChannelsRequest.Builder Modifier and Type Method Description static ListChannelsRequest.BuilderListChannelsRequest. builder()ListChannelsRequest.BuilderListChannelsRequest.Builder. maxResults(Integer maxResults)The maximum number of channels that you want MediaTailor to return in response to the current request.ListChannelsRequest.BuilderListChannelsRequest.Builder. nextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.BuilderListChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ListChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsRequest.Builder>ListChannelsRequest. serializableBuilderClass()
-