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

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

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

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Service
protected  com.google.common.collect.ImmutableSet.Builder<Service> Access.Builder.serviceCatalog
           
 

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

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Service
protected  Set<Service> Access.delegate()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Service
 T Service.Builder.fromService(Service in)
           
 T Access.Builder.service(Service service)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
 T Access.Builder.services(Iterable<Service> serviceCatalog)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Service
Access(Token token, User user, Set<Service> serviceCatalog)
           
 



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