Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.ApiMetadata

Packages that use ApiMetadata
org.jclouds.openstack.keystone.v2_0   
org.jclouds.openstack.keystone.v2_0.domain   
 

Uses of ApiMetadata in org.jclouds.openstack.keystone.v2_0
 

Methods in org.jclouds.openstack.keystone.v2_0 that return ApiMetadata
 ApiMetadata KeystoneApi.getApiMetadata()
          Discover API version information, links to documentation (PDF, HTML, WADL), and supported media types
 

Methods in org.jclouds.openstack.keystone.v2_0 that return types with arguments of type ApiMetadata
 com.google.common.util.concurrent.ListenableFuture<ApiMetadata> KeystoneAsyncApi.getApiMetadata()
          Deprecated.  
 

Uses of ApiMetadata in org.jclouds.openstack.keystone.v2_0.domain
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return ApiMetadata
 ApiMetadata ApiMetadata.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type ApiMetadata
 T ApiMetadata.Builder.fromApiMetadata(ApiMetadata in)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.