Uses of Class
com.oracle.bmc.optimizer.model.Strategy
-
Packages that use Strategy Package Description com.oracle.bmc.optimizer.model -
-
Uses of Strategy in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return Strategy Modifier and Type Method Description Strategy
Strategy.Builder. build()
Methods in com.oracle.bmc.optimizer.model that return types with arguments of type Strategy Modifier and Type Method Description List<Strategy>
RecommendationStrategySummary. getStrategies()
The list of strategies used.Methods in com.oracle.bmc.optimizer.model with parameters of type Strategy Modifier and Type Method Description Strategy.Builder
Strategy.Builder. copy(Strategy model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type Strategy Modifier and Type Method Description RecommendationStrategySummary.Builder
RecommendationStrategySummary.Builder. strategies(List<Strategy> strategies)
The list of strategies used.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type Strategy Constructor Description RecommendationStrategySummary(String name, List<Strategy> strategies)
Deprecated.
-