| Package | Description |
|---|---|
| org.jclouds.openstack.nova.v2_0.options |
| Modifier and Type | Field and Description |
|---|---|
static ListOptions |
ListOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
ListOptions |
ListOptions.changesSince(Date ifModifiedSince) |
static ListOptions |
ListOptions.Builder.changesSince(Date since) |
ListOptions |
ListOptions.limit(int limit) |
ListOptions |
ListOptions.marker(String marker) |
static ListOptions |
ListOptions.Builder.marker(String marker) |
static ListOptions |
ListOptions.Builder.maxResults(int maxKeys) |
ListOptions |
ListOptions.withDetails()
unless used, only the name and id will be returned per row.
|
static ListOptions |
ListOptions.Builder.withDetails() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.