Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.Endpoint
-
Packages that use Endpoint Package Description org.jclouds.openstack.keystone.v2_0.domain org.jclouds.openstack.keystone.v2_0.features -
-
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 Modifier and Type Field Description protected com.google.common.collect.ImmutableSet.Builder<Endpoint>
Service.Builder. endpoints
Methods in org.jclouds.openstack.keystone.v2_0.domain that return Endpoint Modifier and Type Method Description Endpoint
Endpoint.Builder. build()
Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type Endpoint Modifier and Type Method Description protected Set<Endpoint>
Service. delegate()
Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type Endpoint Modifier and Type Method Description T
Service.Builder. endpoint(Endpoint endpoint)
T
Endpoint.Builder. fromEndpoint(Endpoint in)
Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint Modifier and Type Method Description T
Service.Builder. endpoints(Iterable<Endpoint> endpoints)
Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type Endpoint Constructor Description Service(String id, String type, String name, String description, Set<Endpoint> endpoints)
-
Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type Endpoint Modifier and Type Method Description Set<Endpoint>
TokenApi. listEndpointsForToken(String token)
List all endpoints for a token
-