Uses of Class
org.jclouds.glesys.domain.Domain
-
Packages that use Domain Package Description org.jclouds.glesys.domain org.jclouds.glesys.features -
-
Uses of Domain in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return Domain Modifier and Type Method Description DomainDomain.Builder. build()Methods in org.jclouds.glesys.domain with parameters of type Domain Modifier and Type Method Description TDomain.Builder. fromDomain(Domain in) -
Uses of Domain in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return Domain Modifier and Type Method Description DomainDomainApi. create(String name, AddDomainOptions... options)Add a domain to the Glesys dns-systemDomainDomainApi. get(String name)Get a specific domain.DomainDomainApi. update(String domain, DomainOptions options)Update a domain to the Glesys dns-systemMethods in org.jclouds.glesys.features that return types with arguments of type Domain Modifier and Type Method Description com.google.common.collect.FluentIterable<Domain>DomainApi. list()Get a list of all domains for this account.
-