Uses of Class
software.amazon.awssdk.services.medialive.model.MultiplexState
-
Packages that use MultiplexState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MultiplexState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MultiplexState Modifier and Type Method Description static MultiplexStateMultiplexState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MultiplexStateDeleteMultiplexResponse. state()The current state of the multiplex.MultiplexStateDescribeMultiplexResponse. state()The current state of the multiplex.MultiplexStateMultiplex. state()The current state of the multiplex.MultiplexStateMultiplexSummary. state()The current state of the multiplex.MultiplexStateStartMultiplexResponse. state()The current state of the multiplex.MultiplexStateStopMultiplexResponse. state()The current state of the multiplex.static MultiplexStateMultiplexState. valueOf(String name)Returns the enum constant of this type with the specified name.static MultiplexState[]MultiplexState. 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 MultiplexState Modifier and Type Method Description static Set<MultiplexState>MultiplexState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type MultiplexState Modifier and Type Method Description DeleteMultiplexResponse.BuilderDeleteMultiplexResponse.Builder. state(MultiplexState state)The current state of the multiplex.DescribeMultiplexResponse.BuilderDescribeMultiplexResponse.Builder. state(MultiplexState state)The current state of the multiplex.Multiplex.BuilderMultiplex.Builder. state(MultiplexState state)The current state of the multiplex.MultiplexSummary.BuilderMultiplexSummary.Builder. state(MultiplexState state)The current state of the multiplex.StartMultiplexResponse.BuilderStartMultiplexResponse.Builder. state(MultiplexState state)The current state of the multiplex.StopMultiplexResponse.BuilderStopMultiplexResponse.Builder. state(MultiplexState state)The current state of the multiplex.
-