Uses of Class
com.oracle.bmc.dns.responses.ListZoneTransferServersResponse
-
Packages that use ListZoneTransferServersResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of ListZoneTransferServersResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return ListZoneTransferServersResponse 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.ListZoneTransferServersResponse
DnsClient. listZoneTransferServers(ListZoneTransferServersRequest request)
Methods in com.oracle.bmc.dns that return types with arguments of type ListZoneTransferServersResponse 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)
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 ListZoneTransferServersResponse 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 ListZoneTransferServersResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return ListZoneTransferServersResponse Modifier and Type Method Description ListZoneTransferServersResponse
ListZoneTransferServersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type ListZoneTransferServersResponse Modifier and Type Method Description ListZoneTransferServersResponse.Builder
ListZoneTransferServersResponse.Builder. copy(ListZoneTransferServersResponse o)
Copy method to populate the builder with values from the given instance.
-