Uses of Class
com.amazonaws.services.s3.model.ListNextBatchOfVersionsRequest
Packages that use ListNextBatchOfVersionsRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 ListNextBatchOfVersionsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listNextBatchOfVersions
(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) AmazonS3.listNextBatchOfVersions
(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) Provides an easy way to continue a truncatedVersionListing
and retrieve the next page of results.AmazonS3Client.listNextBatchOfVersions
(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest) -
Uses of ListNextBatchOfVersionsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListNextBatchOfVersionsRequestModifier and TypeMethodDescriptionListNextBatchOfVersionsRequest.withPreviousVersionListing
(VersionListing previousVersionListing) Sets the previous version listing and returns the updated request object so that additional method calls can be chained together.