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

Packages that use VersionListing
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of VersionListing in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return VersionListing
 VersionListing AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing)
           Provides an easy way to continue a truncated VersionListing and retrieve the next page of results.
 VersionListing AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing)
           
 VersionListing AmazonS3.listVersions(ListVersionsRequest listVersionsRequest)
          Returns a list of summary information about the versions in the specified bucket.
 VersionListing AmazonS3Client.listVersions(ListVersionsRequest listVersionsRequest)
           
 VersionListing AmazonS3.listVersions(String bucketName, String prefix)
           Returns a list of summary information about the versions in the specified bucket.
 VersionListing AmazonS3Client.listVersions(String bucketName, String prefix)
           
 VersionListing AmazonS3.listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxResults)
           Returns a list of summary information about the versions in the specified bucket.
 VersionListing AmazonS3Client.listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxKeys)
           
 

Methods in com.amazonaws.services.s3 with parameters of type VersionListing
 VersionListing AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing)
           Provides an easy way to continue a truncated VersionListing and retrieve the next page of results.
 VersionListing AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing)
           
 



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