Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ChannelDefinition
-
Packages that use ChannelDefinition Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ChannelDefinition in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type ChannelDefinition Modifier and Type Method Description List<ChannelDefinition>StreamChannelDefinition. channelDefinitions()The definitions of the channels in a streaming channel.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ChannelDefinition Modifier and Type Method Description StreamChannelDefinition.BuilderStreamChannelDefinition.Builder. channelDefinitions(ChannelDefinition... channelDefinitions)The definitions of the channels in a streaming channel.Method parameters in software.amazon.awssdk.services.chimesdkmediapipelines.model with type arguments of type ChannelDefinition Modifier and Type Method Description StreamChannelDefinition.BuilderStreamChannelDefinition.Builder. channelDefinitions(Collection<ChannelDefinition> channelDefinitions)The definitions of the channels in a streaming channel.
-