Uses of Class
com.woorea.openstack.keystone.model.Tenant
-
Packages that use Tenant Package Description com.woorea.openstack.keystone.api com.woorea.openstack.keystone.model -
-
Uses of Tenant in com.woorea.openstack.keystone.api
Methods in com.woorea.openstack.keystone.api with parameters of type Tenant Modifier and Type Method Description TenantsResource.CreateTenantsResource. create(Tenant tenant)TenantsResource.UpdateTenantsResource. update(String id, Tenant tenant)Constructors in com.woorea.openstack.keystone.api with parameters of type Tenant Constructor Description Create(Tenant tenant)Update(String id, Tenant tenant) -
Uses of Tenant in com.woorea.openstack.keystone.model
Methods in com.woorea.openstack.keystone.model that return Tenant Modifier and Type Method Description TenantToken. getTenant()Methods in com.woorea.openstack.keystone.model that return types with arguments of type Tenant Modifier and Type Method Description List<Tenant>Tenants. getList()Iterator<Tenant>Tenants. iterator()
-