public static class ListOptions.Builder extends Object
| Constructor and Description |
|---|
ListOptions.Builder() |
| Modifier and Type | Method and Description |
|---|---|
static ListOptions |
changesSince(Date since) |
static ListOptions |
limit(int limit) |
static ListOptions |
marker(String marker) |
static ListOptions |
maxResults(int maxKeys)
Deprecated.
Please use
limit(int) instead. To be removed in jclouds 2.0. |
static ListOptions |
withDetails() |
public static ListOptions withDetails()
ListOptions.withDetails()public static ListOptions marker(String marker)
PaginationOptions.marker(String)public static ListOptions limit(int limit)
PaginationOptions.limit(int)@Deprecated public static ListOptions maxResults(int maxKeys)
limit(int) instead. To be removed in jclouds 2.0.PaginationOptions.limit(int)public static ListOptions changesSince(Date since)
ListOptions.changesSince(Date)Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.