@Deprecated public class ListObjectsInput extends Object
| Constructor and Description |
|---|
ListObjectsInput()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDelimiter()
Deprecated.
|
String |
getEncodingType()
Deprecated.
|
String |
getMarker()
Deprecated.
|
int |
getMaxKeys()
Deprecated.
|
String |
getPrefix()
Deprecated.
|
boolean |
isReverse()
Deprecated.
|
ListObjectsInput |
setDelimiter(String delimiter)
Deprecated.
|
ListObjectsInput |
setEncodingType(String encodingType)
Deprecated.
|
ListObjectsInput |
setMarker(String marker)
Deprecated.
|
ListObjectsInput |
setMaxKeys(int maxKeys)
Deprecated.
|
ListObjectsInput |
setPrefix(String prefix)
Deprecated.
|
ListObjectsInput |
setReverse(boolean reverse)
Deprecated.
|
String |
toString()
Deprecated.
|
public String getPrefix()
public ListObjectsInput setPrefix(String prefix)
public String getDelimiter()
public ListObjectsInput setDelimiter(String delimiter)
public String getMarker()
public ListObjectsInput setMarker(String marker)
public int getMaxKeys()
public ListObjectsInput setMaxKeys(int maxKeys)
public boolean isReverse()
public ListObjectsInput setReverse(boolean reverse)
public String getEncodingType()
public ListObjectsInput setEncodingType(String encodingType)
Copyright © 2022. All rights reserved.