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 VersionListing
AbstractAmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)
VersionListing
AmazonS3. listNextBatchOfVersions(ListNextBatchOfVersionsRequest listNextBatchOfVersionsRequest)
Provides an easy way to continue a truncatedVersionListing
and retrieve the next page of results.VersionListing
AmazonS3Client. 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 ListNextBatchOfVersionsRequest
ListNextBatchOfVersionsRequest. withPreviousVersionListing(VersionListing previousVersionListing)
Sets the previous version listing and returns the updated request object so that additional method calls can be chained together.
-