Uses of Class
software.amazon.awssdk.services.medialive.model.NodeState
-
Packages that use NodeState Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of NodeState in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return NodeState Modifier and Type Method Description static NodeStateNodeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeStateCreateNodeResponse. state()The current state of the Node.NodeStateDeleteNodeResponse. state()The current state of the Node.NodeStateDescribeNodeResponse. state()The current state of the Node.NodeStateDescribeNodeSummary. state()The current state of the Node.NodeStateUpdateNodeResponse. state()The current state of the Node.NodeStateUpdateNodeStateResponse. state()The current state of the Node.static NodeStateNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeState[]NodeState. 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 NodeState Modifier and Type Method Description static Set<NodeState>NodeState. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type NodeState Modifier and Type Method Description CreateNodeResponse.BuilderCreateNodeResponse.Builder. state(NodeState state)The current state of the Node.DeleteNodeResponse.BuilderDeleteNodeResponse.Builder. state(NodeState state)The current state of the Node.DescribeNodeResponse.BuilderDescribeNodeResponse.Builder. state(NodeState state)The current state of the Node.DescribeNodeSummary.BuilderDescribeNodeSummary.Builder. state(NodeState state)The current state of the Node.UpdateNodeResponse.BuilderUpdateNodeResponse.Builder. state(NodeState state)The current state of the Node.UpdateNodeStateResponse.BuilderUpdateNodeStateResponse.Builder. state(NodeState state)The current state of the Node.
-