public static class ListContainerOptions.Builder extends Object
Constructor and Description |
---|
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)
ListContainerOptions.inDirectory(String)
public static ListContainerOptions afterMarker(String marker)
ListContainerOptions.afterMarker(String)
public static ListContainerOptions maxResults(int maxKeys)
ListContainerOptions.maxResults(int)
public static ListContainerOptions recursive()
ListContainerOptions.recursive()
public static ListContainerOptions withDetails()
ListContainerOptions.withDetails()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.