Uses of Class
com.amazonaws.services.s3.model.ObjectListing
-
Packages that use ObjectListing 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 ObjectListing in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return ObjectListing Modifier and Type Method Description ObjectListing
AbstractAmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
ObjectListing
AbstractAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)
ObjectListing
AmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListing
AmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListing
AmazonS3Client. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
ObjectListing
AmazonS3Client. listNextBatchOfObjects(ObjectListing previousObjectListing)
ObjectListing
AbstractAmazonS3. listObjects(ListObjectsRequest listObjectsRequest)
ObjectListing
AbstractAmazonS3. listObjects(String bucketName)
ObjectListing
AbstractAmazonS3. listObjects(String bucketName, String prefix)
ObjectListing
AmazonS3. listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified bucket.ObjectListing
AmazonS3. listObjects(String bucketName)
Returns a list of summary information about the objects in the specified buckets.ObjectListing
AmazonS3. listObjects(String bucketName, String prefix)
Returns a list of summary information about the objects in the specified bucket.ObjectListing
AmazonS3Client. listObjects(ListObjectsRequest listObjectsRequest)
ObjectListing
AmazonS3Client. listObjects(String bucketName)
ObjectListing
AmazonS3Client. listObjects(String bucketName, String prefix)
Methods in com.amazonaws.services.s3 with parameters of type ObjectListing Modifier and Type Method Description ObjectListing
AbstractAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)
ObjectListing
AmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListing
AmazonS3Client. listNextBatchOfObjects(ObjectListing previousObjectListing)
-
Uses of ObjectListing in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ObjectListing Modifier and Type Method Description ObjectListing
ListNextBatchOfObjectsRequest. getPreviousObjectListing()
Returns the previous object listing.Methods in com.amazonaws.services.s3.model with parameters of type ObjectListing Modifier and Type Method Description void
ListNextBatchOfObjectsRequest. setPreviousObjectListing(ObjectListing previousObjectListing)
Sets the previous object listing and all the features of the next object listing as well.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.Constructors in com.amazonaws.services.s3.model with parameters of type ObjectListing Constructor Description ListNextBatchOfObjectsRequest(ObjectListing previousObjectListing)
Creates a request object for listing next batch of objects.
-