|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseListOptions | |
---|---|
org.jclouds.cloudservers.options | |
org.jclouds.openstack.options |
Uses of BaseListOptions in org.jclouds.cloudservers.options |
---|
Subclasses of BaseListOptions in org.jclouds.cloudservers.options | |
---|---|
class |
ListOptions
Options used to control the amount of detail in the request. |
Uses of BaseListOptions in org.jclouds.openstack.options |
---|
Fields in org.jclouds.openstack.options declared as BaseListOptions | |
---|---|
static BaseListOptions |
BaseListOptions.NONE
|
Methods in org.jclouds.openstack.options that return BaseListOptions | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |