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