Uses of Class
com.amazonaws.services.s3.model.ListNextBatchOfObjectsRequest
Packages that use ListNextBatchOfObjectsRequest
Package
Description
Synchronous client for accessing Amazon S3.
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 ListNextBatchOfObjectsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listNextBatchOfObjects
(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) AmazonS3.listNextBatchOfObjects
(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) Provides an easy way to continue a truncated object listing and retrieve the next page of results.AmazonS3Client.listNextBatchOfObjects
(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) -
Uses of ListNextBatchOfObjectsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListNextBatchOfObjectsRequestModifier and TypeMethodDescriptionListNextBatchOfObjectsRequest.withPreviousObjectListing
(ObjectListing previousObjectListing) Sets the previous object listing and returns the updated request object so that additional method calls can be chained together.