Uses of Class
software.amazon.awssdk.services.medialive.model.NodeRole
-
Packages that use NodeRole Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of NodeRole in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return NodeRole Modifier and Type Method Description static NodeRoleNodeRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeRoleCreateNodeRegistrationScriptRequest. role()The initial role of the Node in the Cluster.NodeRoleCreateNodeRequest. role()The initial role of the Node in the Cluster.NodeRoleCreateNodeResponse. role()The initial role current role of the Node in the Cluster.NodeRoleDeleteNodeResponse. role()The initial role current role of the Node in the Cluster.NodeRoleDescribeNodeResponse. role()The initial role current role of the Node in the Cluster.NodeRoleDescribeNodeSummary. role()The initial role current role of the Node in the Cluster.NodeRoleUpdateNodeRequest. role()The initial role of the Node in the Cluster.NodeRoleUpdateNodeResponse. role()The initial role current role of the Node in the Cluster.NodeRoleUpdateNodeStateResponse. role()The initial role current role of the Node in the Cluster.static NodeRoleNodeRole. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeRole[]NodeRole. 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 NodeRole Modifier and Type Method Description static Set<NodeRole>NodeRole. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type NodeRole Modifier and Type Method Description CreateNodeRegistrationScriptRequest.BuilderCreateNodeRegistrationScriptRequest.Builder. role(NodeRole role)The initial role of the Node in the Cluster.CreateNodeRequest.BuilderCreateNodeRequest.Builder. role(NodeRole role)The initial role of the Node in the Cluster.CreateNodeResponse.BuilderCreateNodeResponse.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.DeleteNodeResponse.BuilderDeleteNodeResponse.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.DescribeNodeResponse.BuilderDescribeNodeResponse.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.DescribeNodeSummary.BuilderDescribeNodeSummary.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.UpdateNodeRequest.BuilderUpdateNodeRequest.Builder. role(NodeRole role)The initial role of the Node in the Cluster.UpdateNodeResponse.BuilderUpdateNodeResponse.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.UpdateNodeStateResponse.BuilderUpdateNodeStateResponse.Builder. role(NodeRole role)The initial role current role of the Node in the Cluster.
-