Package | Description |
---|---|
org.jclouds.cloudservers.options | |
org.jclouds.openstack.options |
Modifier and Type | Class and Description |
---|---|
class |
ListOptions
Options used to control the amount of detail in the request.
|
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-2013 jclouds. All Rights Reserved.