Package | Description |
---|---|
alluxio.proxy.s3 |
Modifier and Type | Method and Description |
---|---|
static ListBucketOptions |
ListBucketOptions.defaults()
Creates a default
ListBucketOptions . |
ListBucketOptions |
ListBucketOptions.setContinuationToken(String continuationToken) |
ListBucketOptions |
ListBucketOptions.setDelimiter(String delimiter) |
ListBucketOptions |
ListBucketOptions.setEncodingType(String encodingType) |
ListBucketOptions |
ListBucketOptions.setListType(Integer listType) |
ListBucketOptions |
ListBucketOptions.setMarker(String marker) |
ListBucketOptions |
ListBucketOptions.setMaxKeys(int maxKeys) |
ListBucketOptions |
ListBucketOptions.setPrefix(String prefix) |
ListBucketOptions |
ListBucketOptions.setStartAfter(String startAfter) |
Constructor and Description |
---|
ListBucketResult(String bucketName,
List<URIStatus> children,
ListBucketOptions options)
Creates an
ListBucketResult . |
Copyright © 2023. All Rights Reserved.