Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.requests |
Modifier and Type | Method and Description |
---|---|
ListZonesResponse |
DnsClient.listZones(ListZonesRequest request) |
ListZonesResponse |
Dns.listZones(ListZonesRequest request)
Gets a list of all zones in the specified compartment.
|
Future<ListZonesResponse> |
DnsAsyncClient.listZones(ListZonesRequest request,
AsyncHandler<ListZonesRequest,ListZonesResponse> handler) |
Future<ListZonesResponse> |
DnsAsync.listZones(ListZonesRequest request,
AsyncHandler<ListZonesRequest,ListZonesResponse> handler)
Gets a list of all zones in the specified compartment.
|
Iterable<ZoneSummary> |
DnsPaginators.listZonesRecordIterator(ListZonesRequest request)
Creates a new iterable which will iterate over the
ZoneSummary 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.
|
Modifier and Type | Method and Description |
---|---|
Future<ListZonesResponse> |
DnsAsyncClient.listZones(ListZonesRequest request,
AsyncHandler<ListZonesRequest,ListZonesResponse> handler) |
Future<ListZonesResponse> |
DnsAsync.listZones(ListZonesRequest request,
AsyncHandler<ListZonesRequest,ListZonesResponse> handler)
Gets a list of all zones in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListZonesRequest |
ListZonesRequest.Builder.build()
Build the instance of ListZonesRequest as configured by this builder
|
ListZonesRequest |
ListZonesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListZonesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListZonesRequest.Builder |
ListZonesRequest.Builder.copy(ListZonesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.