Uses of Class
software.amazon.awssdk.services.mediatailor.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of Channel in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ListChannelsResponse. items()A list of channels that are associated with this account.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type Channel Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. items(Channel... items)A list of channels that are associated with this account.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type Channel Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. items(Collection<Channel> items)A list of channels that are associated with this account. -
Uses of Channel in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type Channel Modifier and Type Method Description SdkIterable<Channel>ListChannelsIterable. items()Returns an iterable to iterate through the paginatedListChannelsResponse.items()member.SdkPublisher<Channel>ListChannelsPublisher. items()Returns a publisher that can be used to get a stream of data.
-