Uses of Class
com.oracle.bmc.dns.model.ZoneTransferServer
-
Packages that use ZoneTransferServer Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of ZoneTransferServer in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type ZoneTransferServer Modifier and Type Method Description Iterable<ZoneTransferServer>
DnsPaginators. listZoneTransferServersRecordIterator(ListZoneTransferServersRequest request)
Creates a new iterable which will iterate over theZoneTransferServer
objects contained in responses from the listZoneTransferServers operation. -
Uses of ZoneTransferServer in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return ZoneTransferServer Modifier and Type Method Description ZoneTransferServer
ZoneTransferServer.Builder. build()
Methods in com.oracle.bmc.dns.model that return types with arguments of type ZoneTransferServer Modifier and Type Method Description List<ZoneTransferServer>
Zone. getZoneTransferServers()
The OCI nameservers that transfer the zone data with external nameservers.Methods in com.oracle.bmc.dns.model with parameters of type ZoneTransferServer Modifier and Type Method Description ZoneTransferServer.Builder
ZoneTransferServer.Builder. copy(ZoneTransferServer model)
Method parameters in com.oracle.bmc.dns.model with type arguments of type ZoneTransferServer Modifier and Type Method Description Zone.Builder
Zone.Builder. zoneTransferServers(List<ZoneTransferServer> zoneTransferServers)
The OCI nameservers that transfer the zone data with external nameservers. -
Uses of ZoneTransferServer in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return types with arguments of type ZoneTransferServer Modifier and Type Method Description List<ZoneTransferServer>
ListZoneTransferServersResponse. getItems()
A list of com.oracle.bmc.dns.model.ZoneTransferServer instances.Method parameters in com.oracle.bmc.dns.responses with type arguments of type ZoneTransferServer Modifier and Type Method Description ListZoneTransferServersResponse.Builder
ListZoneTransferServersResponse.Builder. items(List<ZoneTransferServer> items)
A list of com.oracle.bmc.dns.model.ZoneTransferServer instances.
-