public final class ContainerListOptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static ContainerListOptions |
create() |
ContainerListOptions |
delimiter(char delimiter)
Delimiter value, which returns the object names that are nested in the container.
|
ContainerListOptions |
endMarker(String endMarker)
For a string value x, returns container names that are less in value than the specified marker.
|
Map<String,String> |
getOptions() |
ContainerListOptions |
limit(int limit)
For an integer value n, limits the number of results to n.
|
ContainerListOptions |
marker(String marker)
For a string value x, returns container names that are greater in value than the specified marker.
|
ContainerListOptions |
path(String path)
For a string value, returns the object names that are nested in the pseudo path.
|
ContainerListOptions |
startsWith(String prefix)
Prefix value.
|
public static ContainerListOptions create()
public ContainerListOptions startsWith(String prefix)
prefix - the prefix (starts with)public ContainerListOptions limit(int limit)
public ContainerListOptions marker(String marker)
marker - the marker valuepublic ContainerListOptions endMarker(String endMarker)
endMarker - the endMarker valuepublic ContainerListOptions delimiter(char delimiter)
delimiter - the delimiter valuepublic ContainerListOptions path(String path)
path - the path valueCopyright © 2017. All rights reserved.