Uses of Class
com.amazonaws.services.s3.model.VersionListing
-
Packages that use VersionListing Package Description 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 VersionListing in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return VersionListing Modifier and Type Method Description VersionListingAbstractAmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)VersionListingAbstractAmazonS3. listNextBatchOfVersions(VersionListing previousVersionListing)VersionListingAmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.VersionListingAmazonS3. listNextBatchOfVersions(VersionListing previousVersionListing)Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.VersionListingAmazonS3Client. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)VersionListingAmazonS3Client. listNextBatchOfVersions(VersionListing previousVersionListing)VersionListingAbstractAmazonS3. listVersions(ListVersionsRequest listVersionsRequest)VersionListingAbstractAmazonS3. listVersions(String bucketName, String prefix)VersionListingAbstractAmazonS3. listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxResults)VersionListingAmazonS3. listVersions(ListVersionsRequest listVersionsRequest)Returns a list of summary information about the versions in the specified bucket.VersionListingAmazonS3. listVersions(String bucketName, String prefix)Returns a list of summary information about the versions in the specified bucket.VersionListingAmazonS3. 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.VersionListingAmazonS3Client. listVersions(ListVersionsRequest listVersionsRequest)VersionListingAmazonS3Client. listVersions(String bucketName, String prefix)VersionListingAmazonS3Client. listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxKeys)Methods in com.amazonaws.services.s3 with parameters of type VersionListing Modifier and Type Method Description VersionListingAbstractAmazonS3. listNextBatchOfVersions(VersionListing previousVersionListing)VersionListingAmazonS3. listNextBatchOfVersions(VersionListing previousVersionListing)Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.VersionListingAmazonS3Client. listNextBatchOfVersions(VersionListing previousVersionListing) -
Uses of VersionListing in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return VersionListing Modifier and Type Method Description VersionListingListNextBatchOfVersionsRequest. getPreviousVersionListing()Returns the previous version listing.Methods in com.amazonaws.services.s3.model with parameters of type VersionListing Modifier and Type Method Description voidListNextBatchOfVersionsRequest. setPreviousVersionListing(VersionListing previousVersionListing)Sets the previous version listing and all the features of the next version listing as well.ListNextBatchOfVersionsRequestListNextBatchOfVersionsRequest. withPreviousVersionListing(VersionListing previousVersionListing)Sets the previous version listing and returns the updated request object so that additional method calls can be chained together.Constructors in com.amazonaws.services.s3.model with parameters of type VersionListing Constructor Description ListNextBatchOfVersionsRequest(VersionListing previousVersionListing)Creates a request object for listing next batch of versions.
-