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

Packages that use ContainerMetadata
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore.functions   
org.jclouds.openstack.swift.domain   
org.jclouds.openstack.swift.functions   
 

Uses of ContainerMetadata in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return ContainerMetadata
 ContainerMetadata CommonSwiftClient.getContainerMetadata(String container)
           
 

Methods in org.jclouds.openstack.swift that return types with arguments of type ContainerMetadata
 com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> CommonSwiftAsyncClient.getContainerMetadata(String container)
           
 Set<ContainerMetadata> CommonSwiftClient.listContainers(ListContainerOptions... options)
          GET operations against the X-Storage-Url for an identity are performed to retrieve a list of existing storage

Containers ordered by name.

 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.blobstore.functions
 

Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type ContainerMetadata
 org.jclouds.blobstore.domain.StorageMetadata ContainerToResourceMetadata.apply(ContainerMetadata from)
           
 

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

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

Methods in org.jclouds.openstack.swift.domain with parameters of type ContainerMetadata
 T ContainerMetadata.Builder.fromContainerMetadata(ContainerMetadata in)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.functions
 

Methods in org.jclouds.openstack.swift.functions that return ContainerMetadata
 ContainerMetadata ParseContainerMetadataFromHeaders.apply(org.jclouds.http.HttpResponse from)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.