| Package | Description | 
|---|---|
| org.jclouds.openstack.options | 
| Modifier and Type | Field and Description | 
|---|---|
| static BaseListOptions | BaseListOptions. NONE | 
| Modifier and Type | Method and Description | 
|---|---|
| BaseListOptions | BaseListOptions. changesSince(Date ifModifiedSince)Only return objects changed since this time. | 
| static BaseListOptions | BaseListOptions.Builder. changesSince(Date since) | 
| BaseListOptions | BaseListOptions. maxResults(int limit)To reduce load on the service, list operations will return a maximum of 1,000 items at a time. | 
| static BaseListOptions | BaseListOptions.Builder. maxResults(int maxKeys) | 
| BaseListOptions | BaseListOptions. startAt(long offset)Indicates where to begin listing. | 
| static BaseListOptions | BaseListOptions.Builder. startAt(long prefix) | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.