| Package | Description |
|---|---|
| org.jclouds.openstack.keystone.v2_0.features | |
| org.jclouds.openstack.v2_0.options |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends User>> |
UserAsyncApi.list(PaginationOptions options) |
PaginatedCollection<? extends User> |
UserApi.list(PaginationOptions options) |
com.google.common.util.concurrent.ListenableFuture<? extends PaginatedCollection<? extends Tenant>> |
TenantAsyncApi.list(PaginationOptions options) |
PaginatedCollection<? extends Tenant> |
TenantApi.list(PaginationOptions options) |
| Modifier and Type | Method and Description |
|---|---|
PaginationOptions |
PaginationOptions.changesSince(Date ifModifiedSince)
Only return objects changed since this time.
|
static PaginationOptions |
PaginationOptions.Builder.changesSince(Date since) |
PaginationOptions |
PaginationOptions.limit(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time.
|
static PaginationOptions |
PaginationOptions.Builder.limit(int limit) |
PaginationOptions |
PaginationOptions.marker(String marker)
The marker parameter is the ID of the last item in the previous list.
|
static PaginationOptions |
PaginationOptions.Builder.marker(String marker) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.