public static class ListContainerOptions.Builder extends Object
Constructor and Description |
---|
ListContainerOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static ListContainerOptions |
afterMarker(String marker) |
static ListContainerOptions |
inDirectory(String directory) |
static ListContainerOptions |
maxResults(int maxKeys) |
static ListContainerOptions |
recursive() |
static ListContainerOptions |
withDetails() |
public static ListContainerOptions inDirectory(String directory)
public static ListContainerOptions afterMarker(String marker)
public static ListContainerOptions maxResults(int maxKeys)
ListContainerOptions.maxResults(int)
public static ListContainerOptions recursive()
ListContainerOptions.recursive()
public static ListContainerOptions withDetails()
ListContainerOptions.withDetails()
Copyright © 2009-2012 jclouds. All Rights Reserved.