Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyAnswer
-
Packages that use SteeringPolicyAnswer Package Description com.oracle.bmc.dns.model -
-
Uses of SteeringPolicyAnswer in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyAnswer Modifier and Type Method Description SteeringPolicyAnswer
SteeringPolicyAnswer.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type SteeringPolicyAnswer Modifier and Type Method Description List<SteeringPolicyAnswer>
CreateSteeringPolicyDetails. getAnswers()
The set of all answers that can potentially issue from the steering policy.List<SteeringPolicyAnswer>
SteeringPolicy. getAnswers()
The set of all answers that can potentially issue from the steering policy.List<SteeringPolicyAnswer>
UpdateSteeringPolicyDetails. getAnswers()
The set of all answers that can potentially issue from the steering policy.Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyAnswer Modifier and Type Method Description SteeringPolicyAnswer.Builder
SteeringPolicyAnswer.Builder. copy(SteeringPolicyAnswer model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type SteeringPolicyAnswer Modifier and Type Method Description CreateSteeringPolicyDetails.Builder
CreateSteeringPolicyDetails.Builder. answers(List<SteeringPolicyAnswer> answers)
The set of all answers that can potentially issue from the steering policy.SteeringPolicy.Builder
SteeringPolicy.Builder. answers(List<SteeringPolicyAnswer> answers)
The set of all answers that can potentially issue from the steering policy.UpdateSteeringPolicyDetails.Builder
UpdateSteeringPolicyDetails.Builder. answers(List<SteeringPolicyAnswer> answers)
The set of all answers that can potentially issue from the steering policy.
-