public class ListObjectsV2Args extends BucketArgs
BaseS3Client.listObjectsV2(io.minio.ListObjectsV2Args).| Modifier and Type | Class and Description |
|---|---|
static class |
ListObjectsV2Args.Builder
Builder of
ListObjectsV2Args. |
bucketName, regionextraHeaders, extraQueryParams, location| Modifier | Constructor and Description |
|---|---|
protected |
ListObjectsV2Args() |
|
ListObjectsV2Args(ListObjectsArgs args) |
| Modifier and Type | Method and Description |
|---|---|
static ListObjectsV2Args.Builder |
builder() |
String |
continuationToken() |
String |
delimiter() |
String |
encodingType() |
boolean |
equals(Object o) |
boolean |
fetchOwner() |
int |
hashCode() |
boolean |
includeUserMetadata() |
int |
maxKeys() |
String |
prefix() |
String |
startAfter() |
bucket, regioncheckSse, extraHeaders, extraQueryParams, location, setLocationprotected ListObjectsV2Args()
public ListObjectsV2Args(ListObjectsArgs args)
public String delimiter()
public String encodingType()
public int maxKeys()
public String prefix()
public String startAfter()
public String continuationToken()
public boolean fetchOwner()
public boolean includeUserMetadata()
public static ListObjectsV2Args.Builder builder()
public boolean equals(Object o)
equals in class BucketArgspublic int hashCode()
hashCode in class BucketArgs