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.dns
Methods 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 theSteeringPolicySummary
objects contained in responses from the listSteeringPolicies operation. -
Uses of SteeringPolicySummary in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicySummary Modifier and Type Method Description SteeringPolicySummary
SteeringPolicySummary.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicySummary Modifier and Type Method Description SteeringPolicySummary.Builder
SteeringPolicySummary.Builder. copy(SteeringPolicySummary model)
-
Uses of SteeringPolicySummary in com.oracle.bmc.dns.responses
Methods 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.Builder
ListSteeringPoliciesResponse.Builder. items(List<SteeringPolicySummary> items)
A list of com.oracle.bmc.dns.model.SteeringPolicySummary instances.
-