Package | Description |
---|---|
com.oracle.bmc.dns | |
com.oracle.bmc.dns.responses |
Modifier and Type | Method and Description |
---|---|
ListZonesResponse |
Dns.listZones(ListZonesRequest request)
Gets a list of all zones in the specified compartment.
|
ListZonesResponse |
DnsClient.listZones(ListZonesRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListZonesResponse |
ListZonesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListZonesResponse.Builder |
ListZonesResponse.Builder.copy(ListZonesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.