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

Packages that use PaginatedCollection
org.jclouds.openstack.keystone.v2_0   
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.features
 

Methods in org.jclouds.openstack.keystone.v2_0.features that return PaginatedCollection
 PaginatedCollection<? extends User> UserApi.list(PaginationOptions options)
           
 PaginatedCollection<? extends 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 Tenant>> TenantAsyncApi.list(PaginationOptions options)
           
 com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> UserAsyncApi.list(PaginationOptions options)
           
 



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