Uses of Class
software.amazon.awssdk.services.medialive.model.Channel
-
Packages that use Channel Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Channel in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Channel Modifier and Type Method Description ChannelCreateChannelResponse. channel()Returns the value of the Channel property for this object.ChannelUpdateChannelClassResponse. channel()Returns the value of the Channel property for this object.ChannelUpdateChannelResponse. channel()Returns the value of the Channel property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type Channel Modifier and Type Method Description CreateChannelResponse.BuilderCreateChannelResponse.Builder. channel(Channel channel)Sets the value of the Channel property for this object.UpdateChannelClassResponse.BuilderUpdateChannelClassResponse.Builder. channel(Channel channel)Sets the value of the Channel property for this object.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. channel(Channel channel)Sets the value of the Channel property for this object.
-