Uses of Class
org.jclouds.ultradns.ws.domain.Zone
Packages that use Zone
Package
Description
-
Uses of Zone in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return ZoneMethods in org.jclouds.ultradns.ws.domain with parameters of type Zone -
Uses of Zone in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features that return types with arguments of type ZoneModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccount
(String accountId) Lists all zones in the specified account.com.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccountAndType
(String accountId, Zone.Type type) Lists all zones in the specified account of type -
Uses of Zone in org.jclouds.ultradns.ws.predicates
Methods in org.jclouds.ultradns.ws.predicates that return types with arguments of type ZoneModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Zone> ZonePredicates.typeEqualTo
(Zone.Type type) -
Uses of Zone in org.jclouds.ultradns.ws.xml
Methods in org.jclouds.ultradns.ws.xml that return ZoneMethods in org.jclouds.ultradns.ws.xml that return types with arguments of type Zone