Uses of Class
com.oracle.bmc.dns.model.SteeringPolicySummary
- 
Packages that use SteeringPolicySummary Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model com.oracle.bmc.dns.responses 
- 
- 
Uses of SteeringPolicySummary in com.oracle.bmc.dnsMethods in com.oracle.bmc.dns that return types with arguments of type SteeringPolicySummary Modifier and Type Method Description Iterable<SteeringPolicySummary>DnsPaginators. listSteeringPoliciesRecordIterator(ListSteeringPoliciesRequest request)Creates a new iterable which will iterate over theSteeringPolicySummaryobjects contained in responses from the listSteeringPolicies operation.
- 
Uses of SteeringPolicySummary in com.oracle.bmc.dns.modelMethods in com.oracle.bmc.dns.model that return SteeringPolicySummary Modifier and Type Method Description SteeringPolicySummarySteeringPolicySummary.Builder. build()Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicySummary Modifier and Type Method Description SteeringPolicySummary.BuilderSteeringPolicySummary.Builder. copy(SteeringPolicySummary model)
- 
Uses of SteeringPolicySummary in com.oracle.bmc.dns.responsesMethods in com.oracle.bmc.dns.responses that return types with arguments of type SteeringPolicySummary Modifier and Type Method Description List<SteeringPolicySummary>ListSteeringPoliciesResponse. getItems()A list of com.oracle.bmc.dns.model.SteeringPolicySummary instances.Method parameters in com.oracle.bmc.dns.responses with type arguments of type SteeringPolicySummary Modifier and Type Method Description ListSteeringPoliciesResponse.BuilderListSteeringPoliciesResponse.Builder. items(List<SteeringPolicySummary> items)A list of com.oracle.bmc.dns.model.SteeringPolicySummary instances.
 
-