Uses of Class
org.jclouds.openstack.v2_0.domain.PaginatedCollection

Packages that use PaginatedCollection
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
 PaginatedCollection<Object> KeystoneFallbacks.EmptyPaginatedCollectionOnNotFoundOr404.createOrPropagate(Throwable t)
           
 

Methods in org.jclouds.openstack.keystone.v2_0 that return types with arguments of type PaginatedCollection
 com.google.common.util.concurrent.ListenableFuture<PaginatedCollection<Object>> KeystoneFallbacks.EmptyPaginatedCollectionOnNotFoundOr404.create(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
 PaginatedCollection<Service> ServiceAdminApi.list(PaginationOptions options)
           
 

Methods in org.jclouds.openstack.keystone.v2_0.extensions that return types with arguments of type PaginatedCollection
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Service>> ServiceAdminAsyncApi.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
 PaginatedCollection<User> UserApi.list(PaginationOptions options)
           
 PaginatedCollection<Tenant> TenantApi.list(PaginationOptions options)
           
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return types with arguments of type PaginatedCollection
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> UserAsyncApi.list(PaginationOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> TenantAsyncApi.list(PaginationOptions options)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.