Uses of Class
software.amazon.awssdk.services.medialive.model.InputState
-
Packages that use InputState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputState Modifier and Type Method Description static InputStateInputState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputStateDescribeInputResponse. state()Returns the value of the State property for this object.InputStateInput. state()Returns the value of the State property for this object.static InputStateInputState. valueOf(String name)Returns the enum constant of this type with the specified name.static InputState[]InputState. 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 InputState Modifier and Type Method Description static Set<InputState>InputState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputState Modifier and Type Method Description DescribeInputResponse.BuilderDescribeInputResponse.Builder. state(InputState state)Sets the value of the State property for this object.Input.BuilderInput.Builder. state(InputState state)Sets the value of the State property for this object.
-