Uses of Class
org.jclouds.openstack.keystone.v1_1.domain.Endpoint
- 
Packages that use Endpoint Package Description org.jclouds.openstack.keystone.v1_1.domain org.jclouds.openstack.keystone.v1_1.functions  - 
- 
Uses of Endpoint in org.jclouds.openstack.keystone.v1_1.domain
Fields in org.jclouds.openstack.keystone.v1_1.domain with type parameters of type Endpoint Modifier and Type Field Description protected com.google.common.collect.Multimap<String,Endpoint>Auth.Builder. serviceCatalogprotected com.google.common.collect.Multimap<String,Endpoint>Auth. serviceCatalogMethods in org.jclouds.openstack.keystone.v1_1.domain that return Endpoint Modifier and Type Method Description EndpointEndpoint.Builder. build()Methods in org.jclouds.openstack.keystone.v1_1.domain that return types with arguments of type Endpoint Modifier and Type Method Description com.google.common.collect.Multimap<String,Endpoint>Auth. getServiceCatalog()TODOMethods in org.jclouds.openstack.keystone.v1_1.domain with parameters of type Endpoint Modifier and Type Method Description intEndpoint. compareTo(Endpoint that)Endpoint.BuilderEndpoint.Builder. fromEndpoint(Endpoint from)Method parameters in org.jclouds.openstack.keystone.v1_1.domain with type arguments of type Endpoint Modifier and Type Method Description Auth.BuilderAuth.Builder. serviceCatalog(com.google.common.collect.Multimap<String,Endpoint> serviceCatalog)Constructor parameters in org.jclouds.openstack.keystone.v1_1.domain with type arguments of type Endpoint Constructor Description Auth(Token token, com.google.common.collect.Multimap<String,Endpoint> serviceCatalog) - 
Uses of Endpoint in org.jclouds.openstack.keystone.v1_1.functions
Methods in org.jclouds.openstack.keystone.v1_1.functions with parameters of type Endpoint Modifier and Type Method Description com.google.common.base.Supplier<URI>PublicURLOrInternalIfNull. apply(Endpoint input)StringRegionFirstPartOfDNSNameOrProvider. apply(Endpoint input) 
 -