Uses of Class
software.amazon.awssdk.services.mediatailor.model.ChannelState
-
Packages that use ChannelState Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of ChannelState in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ChannelState Modifier and Type Method Description ChannelStateCreateChannelResponse. channelState()Indicates whether the channel is in a running state or not.ChannelStateDescribeChannelResponse. channelState()Indicates whether the channel is in a running state or not.ChannelStateUpdateChannelResponse. channelState()Returns the state whether the channel is running or not.static ChannelStateChannelState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChannelStateChannelState. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelState[]ChannelState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ChannelState Modifier and Type Method Description static Set<ChannelState>ChannelState. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type ChannelState Modifier and Type Method Description CreateChannelResponse.BuilderCreateChannelResponse.Builder. channelState(ChannelState channelState)Indicates whether the channel is in a running state or not.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. channelState(ChannelState channelState)Indicates whether the channel is in a running state or not.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. channelState(ChannelState channelState)Returns the state whether the channel is running or not.
-