public class ListOptions extends Object implements Cloneable
 import static org.jclouds.blobstore.options.ListOptions.Builder.*
 
 BlobStore connection = // get connection
 Future> list = connection.list(maxResults(1000));
  | Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListOptions.Builder  | 
static class  | 
ListOptions.ImmutableListOptions  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListOptions.ImmutableListOptions | 
NONE  | 
| Constructor and Description | 
|---|
ListOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListOptions | 
afterMarker(String marker)
Place to continue a listing at. 
 | 
protected ListOptions | 
clone()  | 
String | 
getMarker()  | 
Integer | 
getMaxResults()  | 
ListOptions | 
maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body. 
 | 
public static final ListOptions.ImmutableListOptions NONE
public Integer getMaxResults()
public String getMarker()
public ListOptions afterMarker(String marker)
public ListOptions maxResults(int maxKeys)
protected ListOptions clone()
Copyright © 2009-2013 jclouds. All Rights Reserved.