Uses of Class
software.amazon.awssdk.services.medialive.model.ChannelState
-
Packages that use ChannelState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ChannelState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ChannelState Modifier and Type Method Description static ChannelStateChannelState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChannelStateChannel. state()Returns the value of the State property for this object.ChannelStateChannelSummary. state()Returns the value of the State property for this object.ChannelStateDeleteChannelResponse. state()Returns the value of the State property for this object.ChannelStateDescribeChannelResponse. state()Returns the value of the State property for this object.ChannelStateRestartChannelPipelinesResponse. state()Returns the value of the State property for this object.ChannelStateStartChannelResponse. state()Returns the value of the State property for this object.ChannelStateStopChannelResponse. state()Returns the value of the State property for this object.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.medialive.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.medialive.model with parameters of type ChannelState Modifier and Type Method Description Channel.BuilderChannel.Builder. state(ChannelState state)Sets the value of the State property for this object.ChannelSummary.BuilderChannelSummary.Builder. state(ChannelState state)Sets the value of the State property for this object.DeleteChannelResponse.BuilderDeleteChannelResponse.Builder. state(ChannelState state)Sets the value of the State property for this object.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. state(ChannelState state)Sets the value of the State property for this object.RestartChannelPipelinesResponse.BuilderRestartChannelPipelinesResponse.Builder. state(ChannelState state)Sets the value of the State property for this object.StartChannelResponse.BuilderStartChannelResponse.Builder. state(ChannelState state)Sets the value of the State property for this object.StopChannelResponse.BuilderStopChannelResponse.Builder. state(ChannelState state)Sets the value of the State property for this object.
-