| Package | Description |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
VersionListing |
COS.listVersions(ListVersionsRequest listVersionsRequest)
Returns a list of summary information about the versions in the specified bucket.
|
VersionListing |
COSClient.listVersions(ListVersionsRequest listVersionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
ListVersionsRequest |
ListNextBatchOfVersionsRequest.toListVersionsRequest()
Creates a new
ListVersionsRequest object using the previous version listing. |
ListVersionsRequest |
ListVersionsRequest.withBucketName(String bucketName)
Sets the name of the COS bucket whose versions are to be listed.
|
ListVersionsRequest |
ListVersionsRequest.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 combined into a single result
element in the
VersionListing.getCommonPrefixes() list. |
ListVersionsRequest |
ListVersionsRequest.withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the encoding method to be
applied on the response. |
ListVersionsRequest |
ListVersionsRequest.withKeyMarker(String keyMarker)
Sets the optional
keyMarker parameter indicating where in the sorted list of all
versions in the specified bucket to begin returning results. |
ListVersionsRequest |
ListVersionsRequest.withMaxResults(Integer maxResults)
Sets the optional
maxResults parameter indicating the maximum number of results
to include in the response. |
ListVersionsRequest |
ListVersionsRequest.withPrefix(String prefix)
Sets the optional prefix parameter restricting the response to keys that begin with the
specified prefix.
|
ListVersionsRequest |
ListVersionsRequest.withVersionIdMarker(String versionIdMarker)
Sets the optional
versionIdMarker parameter indicating where in the sorted list
of all versions in the specified bucket to begin returning results. |
Copyright © 2023. All rights reserved.