Uses of Class
com.amazonaws.services.s3.model.ListVersionsRequest

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 AmazonS3.listVersions(ListVersionsRequest listVersionsRequest)
          Returns a list of summary information about the versions in the specified bucket.
 VersionListing AmazonS3Client.listVersions(ListVersionsRequest listVersionsRequest)
           
 

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, and returns this ListVersionsRequest object so that method calls can be chained together.
 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 rolled up into a single result element in the VersionListing.getCommonPrefixes() list, and returns this ListVersionsRequest object so that method calls may be chained together.
 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, and returns this ListVersionsRequest object so that method calls may be chained together.
 ListVersionsRequest ListVersionsRequest.withMaxResults(Integer maxResults)
          Sets the optional parameter indicating the maximum number of results to include in the response, and returns this ListVersionsRequest object so that method calls may be chained together.
 ListVersionsRequest ListVersionsRequest.withPrefix(String prefix)
          Sets the optional prefix parameter restricting the response to keys which begin with the specified prefix, and returns this ListVersionsRequest object so that method calls may be chained together.
 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, and returns this ListVersionsRequest object so that method calls may be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.