Uses of Class
co.yellowdog.platform.model.ComputeRequirementSupportedOperations
Packages that use ComputeRequirementSupportedOperations
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ComputeRequirementSupportedOperations in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ComputeRequirementSupportedOperationsModifier and TypeMethodDescriptionComputeRequirementSupportedOperations.Builder.build()
BestComputeSourceReport.getRequirementSupportedOperations()
ComputeRequirement.getSupportedOperations()
Methods in co.yellowdog.platform.model with parameters of type ComputeRequirementSupportedOperationsModifier and TypeMethodDescriptionBestComputeSourceReport.Builder.requirementSupportedOperations
(ComputeRequirementSupportedOperations requirementSupportedOperations) void
BestComputeSourceReport.setRequirementSupportedOperations
(ComputeRequirementSupportedOperations requirementSupportedOperations) void
ComputeRequirement.setSupportedOperations
(ComputeRequirementSupportedOperations supportedOperations)