Uses of Class
com.oracle.bmc.cloudmigrations.model.ResourceAssessmentStrategy.StrategyType
-
Packages that use ResourceAssessmentStrategy.StrategyType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of ResourceAssessmentStrategy.StrategyType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return ResourceAssessmentStrategy.StrategyType Modifier and Type Method Description static ResourceAssessmentStrategy.StrategyType
ResourceAssessmentStrategy.StrategyType. create(String key)
static ResourceAssessmentStrategy.StrategyType
ResourceAssessmentStrategy.StrategyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceAssessmentStrategy.StrategyType[]
ResourceAssessmentStrategy.StrategyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-