Package | Description |
---|---|
org.jclouds.openstack.swift.v1.domain | |
org.jclouds.openstack.swift.v1.features |
Modifier and Type | Method and Description |
---|---|
ContainerMetadata |
ContainerMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
ContainerMetadata.compareTo(ContainerMetadata that) |
ContainerMetadata.Builder |
ContainerMetadata.Builder.fromAccountMetadata(ContainerMetadata from) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends ContainerMetadata>> |
AccountAsyncApi.listContainers() |
Set<? extends ContainerMetadata> |
AccountApi.listContainers() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends ContainerMetadata>> |
AccountAsyncApi.listContainers(ListContainersOptions options) |
Set<? extends ContainerMetadata> |
AccountApi.listContainers(ListContainersOptions options)
retrieve a list of existing storage containers ordered by name.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.