Uses of Class
software.amazon.awssdk.services.batch.model.NodeDetails
-
Packages that use NodeDetails Package Description software.amazon.awssdk.services.batch.model -
-
Uses of NodeDetails in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return NodeDetails Modifier and Type Method Description NodeDetailsJobDetail. nodeDetails()An object that represents the details of a node that's associated with a multi-node parallel job.Methods in software.amazon.awssdk.services.batch.model with parameters of type NodeDetails Modifier and Type Method Description JobDetail.BuilderJobDetail.Builder. nodeDetails(NodeDetails nodeDetails)An object that represents the details of a node that's associated with a multi-node parallel job.
-