public class ListOptions
extends org.jclouds.http.options.BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
NONE |
| Constructor and Description |
|---|
ListOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListOptions |
limit(int limit)
To reduce load on the service, list operations will return a maximum of 100 items at a time.
|
ListOptions |
marker(String marker)
Indicates where to begin listing, if the previous list was larger than the limit.
|
public static final ListOptions NONE
public ListOptions marker(String marker)
public ListOptions limit(int limit)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.