| Package | Description |
|---|---|
| org.jclouds.ultradns.ws.domain | |
| org.jclouds.ultradns.ws.features | |
| org.jclouds.ultradns.ws.predicates | |
| org.jclouds.ultradns.ws.xml |
| Modifier and Type | Method and Description |
|---|---|
Zone |
Zone.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Zone.Builder |
Zone.Builder.from(Zone in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Zone>> |
ZoneAsyncApi.listByAccount(String accountId) |
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccount(String accountId)
Lists all zones in the specified account.
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Zone>> |
ZoneAsyncApi.listByAccountAndType(String accountId,
Zone.Type type) |
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccountAndType(String accountId,
Zone.Type type)
Lists all zones in the specified account of type
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Zone> |
ZonePredicates.typeEquals(Zone.Type type)
matches zones of the given type
|
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.FluentIterable<Zone> |
ZoneListHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.