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

Packages that use Endpoint
org.jclouds.openstack.keystone.v2_0.domain   
org.jclouds.openstack.keystone.v2_0.functions   
 

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

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type Endpoint
protected  Set<Endpoint> Service.endpoints
           
protected  Set<Endpoint> Service.Builder.endpoints
           
 

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

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

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Endpoint
 int Endpoint.compareTo(Endpoint that)
           
 Service.Builder Service.Builder.endpoints(Endpoint... endpoints)
           
 Endpoint.Builder Endpoint.Builder.fromEndpoint(Endpoint from)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint
 Service.Builder Service.Builder.endpoints(Set<Endpoint> endpoints)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint
Service(String type, String name, Set<Endpoint> endpoints)
           
 

Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.functions
 

Methods in org.jclouds.openstack.keystone.v2_0.functions with parameters of type Endpoint
 String ReturnRegion.apply(Endpoint input)
           
 com.google.common.base.Supplier<URI> PublicURLOrInternalIfNull.apply(Endpoint input)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.