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
Fields in com.woorea.openstack.keystone.api declared as Endpoint Modifier and Type Field Description private Endpoint
EndpointsResource.Create. endpoint
Methods in com.woorea.openstack.keystone.api with parameters of type Endpoint Modifier and Type Method Description EndpointsResource.Create
EndpointsResource. 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
Fields in com.woorea.openstack.keystone.model with type parameters of type Endpoint Modifier and Type Field Description private java.util.List<Endpoint>
Endpoints. list
Methods in com.woorea.openstack.keystone.model that return types with arguments of type Endpoint Modifier and Type Method Description java.util.List<Endpoint>
Endpoints. getList()
java.util.Iterator<Endpoint>
Endpoints. iterator()
-