Uses of Class
software.amazon.awssdk.services.ivs.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of Channel in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return Channel Modifier and Type Method Description ChannelCreateChannelResponse. channel()ChannelGetChannelResponse. channel()ChannelStreamSession. channel()The properties of the channel at the time of going live.ChannelUpdateChannelResponse. channel()Object specifying the updated channel.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type Channel Modifier and Type Method Description List<Channel>BatchGetChannelResponse. channels()Methods in software.amazon.awssdk.services.ivs.model with parameters of type Channel Modifier and Type Method Description CreateChannelResponse.BuilderCreateChannelResponse.Builder. channel(Channel channel)GetChannelResponse.BuilderGetChannelResponse.Builder. channel(Channel channel)StreamSession.BuilderStreamSession.Builder. channel(Channel channel)The properties of the channel at the time of going live.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. channel(Channel channel)Object specifying the updated channel.BatchGetChannelResponse.BuilderBatchGetChannelResponse.Builder. channels(Channel... channels)Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type Channel Modifier and Type Method Description BatchGetChannelResponse.BuilderBatchGetChannelResponse.Builder. channels(Collection<Channel> channels)
-