| Package | Description | 
|---|---|
| org.jclouds.blobstore.options | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ListContainerOptions
Contains options supported in the list container operation. 
 | 
static class  | 
ListContainerOptions.ImmutableListContainerOptions  | 
static class  | 
ListOptions.ImmutableListOptions  | 
| Modifier and Type | Method and Description | 
|---|---|
ListOptions | 
ListOptions.afterMarker(String marker)
Place to continue a listing at. 
 | 
static ListOptions | 
ListOptions.Builder.afterMarker(String marker)  | 
protected ListOptions | 
ListOptions.clone()  | 
ListOptions | 
ListOptions.ImmutableListOptions.clone()  | 
ListOptions | 
ListOptions.maxResults(int maxKeys)
The maximum number of values you'd like to see in the response body. 
 | 
static ListOptions | 
ListOptions.Builder.maxResults(int maxKeys)  | 
| Constructor and Description | 
|---|
ListOptions.ImmutableListOptions(ListOptions delegate)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.