| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.openstack.swift | |
| org.jclouds.ultradns.ws.features |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerNotFoundException
Thrown when a container cannot be located.
|
class |
KeyNotFoundException
Thrown when a blob cannot be located in the container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyObjectException
Thrown when an object cannot be copied.
|
| 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
|
Copyright © 2009-2013 jclouds. All Rights Reserved.