Uses of Class
com.woorea.openstack.keystone.model.Service
-
Packages that use Service Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model com.woorea.openstack.keystone.v3.model -
-
Uses of Service in com.woorea.openstack.keystone.api
Fields in com.woorea.openstack.keystone.api declared as Service Modifier and Type Field Description private Service
ServicesResource.Create. service
Methods in com.woorea.openstack.keystone.api with parameters of type Service Modifier and Type Method Description ServicesResource.Create
ServicesResource. create(Service service)
Constructors in com.woorea.openstack.keystone.api with parameters of type Service Constructor Description Create(Service service)
-
Uses of Service in com.woorea.openstack.keystone.model
Fields in com.woorea.openstack.keystone.model with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>
Services. list
Methods in com.woorea.openstack.keystone.model that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>
Services. getList()
java.util.Iterator<Service>
Services. iterator()
-
Uses of Service in com.woorea.openstack.keystone.v3.model
Fields in com.woorea.openstack.keystone.v3.model with type parameters of type Service Modifier and Type Field Description private java.util.List<Service>
Services. list
Methods in com.woorea.openstack.keystone.v3.model that return types with arguments of type Service Modifier and Type Method Description java.util.List<Service>
Services. getList()
java.util.Iterator<Service>
Services. iterator()
-