|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListVersionsRequest | |
---|---|
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of ListVersionsRequest in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 with parameters of type ListVersionsRequest | |
---|---|
VersionListing |
AmazonS3Client.listVersions(ListVersionsRequest listVersionsRequest)
|
VersionListing |
AmazonS3.listVersions(ListVersionsRequest listVersionsRequest)
Returns a list of summary information about the versions in the specified bucket. |
Uses of ListVersionsRequest in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return ListVersionsRequest | |
---|---|
ListVersionsRequest |
ListVersionsRequest.withBucketName(String bucketName)
Sets the name of the Amazon S3 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |