Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
ObjectListing |
Nos.listObjects(ListObjectsRequest listObjectsRequest)
According to some query condition to return a list of summary information
about the objects in the specified buckets.
|
ObjectListing |
NosClient.listObjects(ListObjectsRequest listObjectsRequest) |
Modifier and Type | Method and Description |
---|---|
ListObjectsRequest |
ListObjectsRequest.withBucketName(String bucketName)
Sets the name of the Nos bucket whose objects are to be listed.
|
ListObjectsRequest |
ListObjectsRequest.withDelimiter(String delimiter)
Sets the optional delimiter parameter that causes keys that contain the
same string between the prefix and the first occurrence of the delimiter
to be rolled up into a single result element in the
ObjectListing.getCommonPrefixes() list. |
ListObjectsRequest |
ListObjectsRequest.withMarker(String marker)
Sets the optional marker parameter indicating where in the bucket to
begin listing.
|
ListObjectsRequest |
ListObjectsRequest.withMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum
number of keys to include in the response. |
ListObjectsRequest |
ListObjectsRequest.withPrefix(String prefix)
Sets the optional prefix parameter restricting the response to keys that
begin with the specified prefix.
|
Copyright © 2017. All Rights Reserved.