Package | Description |
---|---|
org.jclouds.rackspace.cloudloadbalancers.options |
Modifier and Type | Field and Description |
---|---|
static ListOptions |
ListOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ListOptions |
ListOptions.limit(int limit)
To reduce load on the service, list operations will return a maximum of 100 items at a time.
|
static ListOptions |
ListOptions.Builder.limit(int limit) |
ListOptions |
ListOptions.marker(String marker)
Indicates where to begin listing, if the previous list was larger than the limit.
|
static ListOptions |
ListOptions.Builder.marker(String marker) |
Copyright © 2009-2013 jclouds. All Rights Reserved.