Uses of Class
org.jclouds.openstack.keystone.v3.domain.Endpoint
-
Packages that use Endpoint Package Description org.jclouds.openstack.keystone.v3.domain org.jclouds.openstack.keystone.v3.features -
-
Uses of Endpoint in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Endpoint Modifier and Type Method Description abstract Endpoint
Endpoint.Builder. build()
static Endpoint
Endpoint. create(String id, String region, String regionId, String serviceId, URI url, Boolean enabled, String iface)
Methods in org.jclouds.openstack.keystone.v3.domain that return types with arguments of type Endpoint Modifier and Type Method Description abstract List<Endpoint>
Catalog. endpoints()
Method parameters in org.jclouds.openstack.keystone.v3.domain with type arguments of type Endpoint Modifier and Type Method Description static Catalog
Catalog. create(String id, String name, String type, List<Endpoint> endpoints)
abstract Catalog.Builder
Catalog.Builder. endpoints(List<Endpoint> endpoints)
-
Uses of Endpoint in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>
CatalogApi. endpoints()
List all endpoints for a token.
-