Uses of Class
software.amazon.awssdk.services.pcs.model.ComputeNodeGroupSlurmConfiguration
-
Packages that use ComputeNodeGroupSlurmConfiguration Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ComputeNodeGroupSlurmConfiguration in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return ComputeNodeGroupSlurmConfiguration Modifier and Type Method Description ComputeNodeGroupSlurmConfigurationComputeNodeGroup. slurmConfiguration()Returns the value of the SlurmConfiguration property for this object.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ComputeNodeGroupSlurmConfiguration Modifier and Type Method Description ComputeNodeGroup.BuilderComputeNodeGroup.Builder. slurmConfiguration(ComputeNodeGroupSlurmConfiguration slurmConfiguration)Sets the value of the SlurmConfiguration property for this object.
-