Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyHealthRuleCase
- 
Packages that use SteeringPolicyHealthRuleCase Package Description com.oracle.bmc.dns.model 
- 
- 
Uses of SteeringPolicyHealthRuleCase in com.oracle.bmc.dns.modelMethods in com.oracle.bmc.dns.model that return SteeringPolicyHealthRuleCase Modifier and Type Method Description SteeringPolicyHealthRuleCaseSteeringPolicyHealthRuleCase.Builder. build()Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyHealthRuleCase Modifier and Type Method Description List<SteeringPolicyHealthRuleCase>SteeringPolicyHealthRule. getCases()An array of caseConditions.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyHealthRuleCase Modifier and Type Method Description SteeringPolicyHealthRuleCase.BuilderSteeringPolicyHealthRuleCase.Builder. copy(SteeringPolicyHealthRuleCase model)Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyHealthRuleCase Modifier and Type Method Description SteeringPolicyHealthRule.BuilderSteeringPolicyHealthRule.Builder. cases(List<SteeringPolicyHealthRuleCase> cases)An array of caseConditions.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyHealthRuleCase Constructor Description SteeringPolicyHealthRule(String description, List<SteeringPolicyHealthRuleCase> cases)Deprecated.
 
-