Uses of Class
com.oracle.bmc.dns.requests.ListZonesRequest
-
Packages that use ListZonesRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of ListZonesRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type ListZonesRequest Modifier and Type Method Description ListZonesResponse
Dns. listZones(ListZonesRequest request)
Gets a list of all zones in the specified compartment.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)
ListZonesResponse
DnsClient. listZones(ListZonesRequest request)
Iterable<ZoneSummary>
DnsPaginators. listZonesRecordIterator(ListZonesRequest request)
Creates a new iterable which will iterate over theZoneSummary
objects contained in responses from the listZones operation.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 ListZonesRequest 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 ListZonesRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ListZonesRequest Modifier and Type Method Description ListZonesRequest
ListZonesRequest.Builder. build()
Build the instance of ListZonesRequest as configured by this builderListZonesRequest
ListZonesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListZonesRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type ListZonesRequest Modifier and Type Method Description ListZonesRequest.Builder
ListZonesRequest.Builder. copy(ListZonesRequest o)
Copy method to populate the builder with values from the given instance.
-