Uses of Class
com.oracle.bmc.dns.requests.ListZoneTransferServersRequest
-
Packages that use ListZoneTransferServersRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of ListZoneTransferServersRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type ListZoneTransferServersRequest Modifier and Type Method Description ListZoneTransferServersResponse
Dns. listZoneTransferServers(ListZoneTransferServersRequest request)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or downstream nameservers.Future<ListZoneTransferServersResponse>
DnsAsync. listZoneTransferServers(ListZoneTransferServersRequest request, AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or downstream nameservers.Future<ListZoneTransferServersResponse>
DnsAsyncClient. listZoneTransferServers(ListZoneTransferServersRequest request, AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
ListZoneTransferServersResponse
DnsClient. listZoneTransferServers(ListZoneTransferServersRequest request)
Iterable<ZoneTransferServer>
DnsPaginators. listZoneTransferServersRecordIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over theZoneTransferServer
objects contained in responses from the listZoneTransferServers operation.Iterable<ListZoneTransferServersResponse>
DnsPaginators. listZoneTransferServersResponseIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over the responses received from the listZoneTransferServers operation.Method parameters in com.oracle.bmc.dns with type arguments of type ListZoneTransferServersRequest Modifier and Type Method Description Future<ListZoneTransferServersResponse>
DnsAsync. listZoneTransferServers(ListZoneTransferServersRequest request, AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
Gets a list of IP addresses of OCI nameservers for inbound and outbound transfer of zones in the specified compartment (which must be the root compartment of a tenancy) that transfer zone data with external master or downstream nameservers.Future<ListZoneTransferServersResponse>
DnsAsyncClient. listZoneTransferServers(ListZoneTransferServersRequest request, AsyncHandler<ListZoneTransferServersRequest,ListZoneTransferServersResponse> handler)
-
Uses of ListZoneTransferServersRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return ListZoneTransferServersRequest Modifier and Type Method Description ListZoneTransferServersRequest
ListZoneTransferServersRequest.Builder. build()
Build the instance of ListZoneTransferServersRequest as configured by this builderListZoneTransferServersRequest
ListZoneTransferServersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListZoneTransferServersRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type ListZoneTransferServersRequest Modifier and Type Method Description ListZoneTransferServersRequest.Builder
ListZoneTransferServersRequest.Builder. copy(ListZoneTransferServersRequest o)
Copy method to populate the builder with values from the given instance.
-