Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyFilterAnswerData
-
Packages that use SteeringPolicyFilterAnswerData Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyFilterAnswerData in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyFilterAnswerData Modifier and Type Method Description SteeringPolicyFilterAnswerData
SteeringPolicyFilterAnswerData.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyFilterAnswerData Modifier and Type Method Description List<SteeringPolicyFilterAnswerData>
SteeringPolicyFilterRuleCase. getAnswerData()
An array of SteeringPolicyFilterAnswerData objects.List<SteeringPolicyFilterAnswerData>
SteeringPolicyFilterRule. getDefaultAnswerData()
Defines a default set of answer conditions and values that are applied to an answer when cases is not defined for the rule, or a matching case does not have any matching answerConditions in its answerData.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyFilterAnswerData Modifier and Type Method Description SteeringPolicyFilterAnswerData.Builder
SteeringPolicyFilterAnswerData.Builder. copy(SteeringPolicyFilterAnswerData model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyFilterAnswerData Modifier and Type Method Description SteeringPolicyFilterRuleCase.Builder
SteeringPolicyFilterRuleCase.Builder. answerData(List<SteeringPolicyFilterAnswerData> answerData)
An array of SteeringPolicyFilterAnswerData objects.SteeringPolicyFilterRule.Builder
SteeringPolicyFilterRule.Builder. defaultAnswerData(List<SteeringPolicyFilterAnswerData> defaultAnswerData)
Defines a default set of answer conditions and values that are applied to an answer when cases is not defined for the rule, or a matching case does not have any matching answerConditions in its answerData.Constructor parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyFilterAnswerData Constructor Description SteeringPolicyFilterRuleCase(String caseCondition, List<SteeringPolicyFilterAnswerData> answerData)
Deprecated.
-