Uses of Class
com.amazonaws.services.s3.model.ListVersionsRequest
Packages that use ListVersionsRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 ListVersionsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listVersions
(ListVersionsRequest listVersionsRequest) AmazonS3.listVersions
(ListVersionsRequest listVersionsRequest) Returns a list of summary information about the versions in the specified bucket.AmazonS3Client.listVersions
(ListVersionsRequest listVersionsRequest) -
Uses of ListVersionsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListVersionsRequestModifier and TypeMethodDescriptionListNextBatchOfVersionsRequest.toListVersionsRequest()
Creates a newListVersionsRequest
object using the previous version listing.ListVersionsRequest.withBucketName
(String bucketName) Sets the name of the Amazon S3 bucket whose versions are to be listed.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 theVersionListing.getCommonPrefixes()
list.ListVersionsRequest.withEncodingType
(String encodingType) Sets the optionalencodingType
parameter indicating the encoding method to be applied on the response.ListVersionsRequest.withKeyMarker
(String keyMarker) Sets the optionalkeyMarker
parameter indicating where in the sorted list of all versions in the specified bucket to begin returning results.ListVersionsRequest.withMaxResults
(Integer maxResults) Sets the optionalmaxResults
parameter indicating the maximum number of results to include in the response.ListVersionsRequest.withPrefix
(String prefix) Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.ListVersionsRequest.withVersionIdMarker
(String versionIdMarker) Sets the optionalversionIdMarker
parameter indicating where in the sorted list of all versions in the specified bucket to begin returning results.