Uses of Class
software.amazon.awssdk.services.batch.model.NodeRangeProperty
-
Packages that use NodeRangeProperty Package Description software.amazon.awssdk.services.batch.model -
-
Uses of NodeRangeProperty in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type NodeRangeProperty Modifier and Type Method Description List<NodeRangeProperty>NodeProperties. nodeRangeProperties()A list of node ranges and their properties that are associated with a multi-node parallel job.Methods in software.amazon.awssdk.services.batch.model with parameters of type NodeRangeProperty Modifier and Type Method Description NodeProperties.BuilderNodeProperties.Builder. nodeRangeProperties(NodeRangeProperty... nodeRangeProperties)A list of node ranges and their properties that are associated with a multi-node parallel job.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type NodeRangeProperty Modifier and Type Method Description NodeProperties.BuilderNodeProperties.Builder. nodeRangeProperties(Collection<NodeRangeProperty> nodeRangeProperties)A list of node ranges and their properties that are associated with a multi-node parallel job.
-