Uses of Class
com.woorea.openstack.keystone.model.Endpoint
-
Packages that use Endpoint Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model -
-
Uses of Endpoint in com.woorea.openstack.keystone.api
Methods in com.woorea.openstack.keystone.api with parameters of type Endpoint Modifier and Type Method Description EndpointsResource.CreateEndpointsResource. create(Endpoint endpoint)Constructors in com.woorea.openstack.keystone.api with parameters of type Endpoint Constructor Description Create(Endpoint endpoint) -
Uses of Endpoint in com.woorea.openstack.keystone.model
Methods in com.woorea.openstack.keystone.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>Endpoints. getList()Iterator<Endpoint>Endpoints. iterator()
-