Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateNodeState
-
Packages that use UpdateNodeState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of UpdateNodeState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return UpdateNodeState Modifier and Type Method Description static UpdateNodeStateUpdateNodeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateNodeStateUpdateNodeStateRequest. state()The state to apply to the Node.static UpdateNodeStateUpdateNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateNodeState[]UpdateNodeState. 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 UpdateNodeState Modifier and Type Method Description static Set<UpdateNodeState>UpdateNodeState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type UpdateNodeState Modifier and Type Method Description UpdateNodeStateRequest.BuilderUpdateNodeStateRequest.Builder. state(UpdateNodeState state)The state to apply to the Node.
-