Uses of Class
com.amazonaws.services.s3.model.ListNextBatchOfVersionsRequest
-
Packages that use ListNextBatchOfVersionsRequest 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 ListNextBatchOfVersionsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListNextBatchOfVersionsRequest Modifier and Type Method Description VersionListingAbstractAmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)VersionListingAmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)Provides an easy way to continue a truncatedVersionListingand retrieve the next page of results.VersionListingAmazonS3Client. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) -
Uses of ListNextBatchOfVersionsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListNextBatchOfVersionsRequest Modifier and Type Method Description ListNextBatchOfVersionsRequestListNextBatchOfVersionsRequest. withPreviousVersionListing(VersionListing previousVersionListing)Sets the previous version listing and returns the updated request object so that additional method calls can be chained together.
-