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

Packages that use AccountMetadata
org.jclouds.openstack.swift.v1.domain   
org.jclouds.openstack.swift.v1.features   
org.jclouds.openstack.swift.v1.functions   
 

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

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

Methods in org.jclouds.openstack.swift.v1.domain with parameters of type AccountMetadata
 AccountMetadata.Builder AccountMetadata.Builder.fromAccountMetadata(AccountMetadata from)
           
 

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

Methods in org.jclouds.openstack.swift.v1.features that return AccountMetadata
 AccountMetadata AccountApi.getAccountMetadata()
          Retrieve Account Metadata
 

Methods in org.jclouds.openstack.swift.v1.features that return types with arguments of type AccountMetadata
 com.google.common.util.concurrent.ListenableFuture<AccountMetadata> AccountAsyncApi.getAccountMetadata()
           
 

Uses of AccountMetadata in org.jclouds.openstack.swift.v1.functions
 

Methods in org.jclouds.openstack.swift.v1.functions that return AccountMetadata
 AccountMetadata ParseAccountMetadataResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new AccountMetadata object.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.