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