Uses of Class
com.amazonaws.services.s3.model.ListNextBatchOfObjectsRequest
-
Packages that use ListNextBatchOfObjectsRequest 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 ListNextBatchOfObjectsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListNextBatchOfObjectsRequest Modifier and Type Method Description ObjectListing
AbstractAmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
ObjectListing
AmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListing
AmazonS3Client. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
-
Uses of ListNextBatchOfObjectsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListNextBatchOfObjectsRequest Modifier and Type Method Description ListNextBatchOfObjectsRequest
ListNextBatchOfObjectsRequest. withPreviousObjectListing(ObjectListing previousObjectListing)
Sets the previous object listing and returns the updated request object so that additional method calls can be chained together.
-