Uses of Class
com.amazonaws.services.s3.model.VersionListing
Packages that use VersionListing
Package
Description
Synchronous client for accessing Amazon S3.
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 VersionListingModifier and TypeMethodDescriptionAbstractAmazonS3.listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) AbstractAmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) AmazonS3.listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.AmazonS3Client.listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing) AbstractAmazonS3.listVersions(ListVersionsRequest listVersionsRequest) AbstractAmazonS3.listVersions(String bucketName, String prefix) AbstractAmazonS3.listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxResults) AmazonS3.listVersions(ListVersionsRequest listVersionsRequest) Returns a list of summary information about the versions in the specified bucket.AmazonS3.listVersions(String bucketName, String prefix) Returns a list of summary information about the versions in the specified bucket.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.AmazonS3Client.listVersions(ListVersionsRequest listVersionsRequest) AmazonS3Client.listVersions(String bucketName, String prefix) AmazonS3Client.listVersions(String bucketName, String prefix, String keyMarker, String versionIdMarker, String delimiter, Integer maxKeys) Methods in com.amazonaws.services.s3 with parameters of type VersionListingModifier and TypeMethodDescriptionAbstractAmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) AmazonS3.listNextBatchOfVersions(VersionListing previousVersionListing) Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.AmazonS3Client.listNextBatchOfVersions(VersionListing previousVersionListing) -
Uses of VersionListing in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return VersionListingModifier and TypeMethodDescriptionListNextBatchOfVersionsRequest.getPreviousVersionListing()Returns the previous version listing.Methods in com.amazonaws.services.s3.model with parameters of type VersionListingModifier and TypeMethodDescriptionvoidListNextBatchOfVersionsRequest.setPreviousVersionListing(VersionListing previousVersionListing) Sets the previous version listing and all the features of the next version listing as well.ListNextBatchOfVersionsRequest.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 VersionListingModifierConstructorDescriptionListNextBatchOfVersionsRequest(VersionListing previousVersionListing) Creates a request object for listing next batch of versions.