Uses of Class
org.jclouds.openstack.v2_0.domain.PaginatedCollection
-
Packages that use PaginatedCollection Package Description org.jclouds.openstack.keystone.v2_0 org.jclouds.openstack.keystone.v2_0.extensions org.jclouds.openstack.keystone.v2_0.features -
-
Uses of PaginatedCollection in org.jclouds.openstack.keystone.v2_0
Methods in org.jclouds.openstack.keystone.v2_0 that return PaginatedCollection Modifier and Type Method Description PaginatedCollection<Object>KeystoneFallbacks.EmptyPaginatedCollectionOnNotFoundOr404. createOrPropagate(Throwable t) -
Uses of PaginatedCollection in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions that return PaginatedCollection Modifier and Type Method Description PaginatedCollection<Service>ServiceAdminApi. list(PaginationOptions options) -
Uses of PaginatedCollection in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features that return PaginatedCollection Modifier and Type Method Description PaginatedCollection<Tenant>TenantApi. list(PaginationOptions options)PaginatedCollection<User>UserApi. list(PaginationOptions options)
-