Uses of Class
org.jclouds.openstack.swift.v1.domain.ContainerMetadata

Packages that use ContainerMetadata
org.jclouds.openstack.swift.v1.domain   
org.jclouds.openstack.swift.v1.features   
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.v1.domain
 

Methods in org.jclouds.openstack.swift.v1.domain that return ContainerMetadata
 ContainerMetadata ContainerMetadata.Builder.build()
           
 

Methods in org.jclouds.openstack.swift.v1.domain with parameters of type ContainerMetadata
 int ContainerMetadata.compareTo(ContainerMetadata that)
           
 ContainerMetadata.Builder ContainerMetadata.Builder.fromAccountMetadata(ContainerMetadata from)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features that return types with arguments of type ContainerMetadata
 com.google.common.util.concurrent.ListenableFuture<Set<ContainerMetadata>> AccountAsyncApi.listContainers()
           
 Set<ContainerMetadata> AccountApi.listContainers()
           
 com.google.common.util.concurrent.ListenableFuture<Set<ContainerMetadata>> AccountAsyncApi.listContainers(ListContainersOptions options)
           
 Set<ContainerMetadata> AccountApi.listContainers(ListContainersOptions options)
          retrieve a list of existing storage containers ordered by name.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.