Uses of Class
com.oracle.bmc.dns.responses.ListSteeringPoliciesResponse
-
Packages that use ListSteeringPoliciesResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of ListSteeringPoliciesResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return ListSteeringPoliciesResponse Modifier and Type Method Description ListSteeringPoliciesResponse
Dns. listSteeringPolicies(ListSteeringPoliciesRequest request)
Gets a list of all steering policies in the specified compartment.ListSteeringPoliciesResponse
DnsClient. listSteeringPolicies(ListSteeringPoliciesRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type ListSteeringPoliciesResponse Modifier and Type Method Description Future<ListSteeringPoliciesResponse>
DnsAsync. listSteeringPolicies(ListSteeringPoliciesRequest request, AsyncHandler<ListSteeringPoliciesRequest,ListSteeringPoliciesResponse> handler)
Gets a list of all steering policies in the specified compartment.Future<ListSteeringPoliciesResponse>
DnsAsyncClient. listSteeringPolicies(ListSteeringPoliciesRequest request, AsyncHandler<ListSteeringPoliciesRequest,ListSteeringPoliciesResponse> handler)
Iterable<ListSteeringPoliciesResponse>
DnsPaginators. listSteeringPoliciesResponseIterator(ListSteeringPoliciesRequest request)
Creates a new iterable which will iterate over the responses received from the listSteeringPolicies operation.Method parameters in com.oracle.bmc.dns with type arguments of type ListSteeringPoliciesResponse Modifier and Type Method Description Future<ListSteeringPoliciesResponse>
DnsAsync. listSteeringPolicies(ListSteeringPoliciesRequest request, AsyncHandler<ListSteeringPoliciesRequest,ListSteeringPoliciesResponse> handler)
Gets a list of all steering policies in the specified compartment.Future<ListSteeringPoliciesResponse>
DnsAsyncClient. listSteeringPolicies(ListSteeringPoliciesRequest request, AsyncHandler<ListSteeringPoliciesRequest,ListSteeringPoliciesResponse> handler)
-
Uses of ListSteeringPoliciesResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return ListSteeringPoliciesResponse Modifier and Type Method Description ListSteeringPoliciesResponse
ListSteeringPoliciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ListSteeringPoliciesResponse Modifier and Type Method Description ListSteeringPoliciesResponse.Builder
ListSteeringPoliciesResponse.Builder. copy(ListSteeringPoliciesResponse o)
Copy method to populate the builder with values from the given instance.
-