Uses of Class
com.amazonaws.services.s3.model.ObjectListing

Packages that use ObjectListing
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of ObjectListing in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return ObjectListing
 ObjectListing AmazonS3Client.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.listObjects(ListObjectsRequest listObjectsRequest)
           
 ObjectListing AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
           Returns a list of summary information about the objects in the specified bucket.
 ObjectListing AmazonS3Client.listObjects(String bucketName)
           
 ObjectListing AmazonS3.listObjects(String bucketName)
           Returns a list of summary information about the objects in the specified buckets.
 ObjectListing AmazonS3Client.listObjects(String bucketName, String prefix)
           
 ObjectListing AmazonS3.listObjects(String bucketName, String prefix)
           Returns a list of summary information about the objects in the specified bucket.
 

Methods in com.amazonaws.services.s3 with parameters of type ObjectListing
 ObjectListing AmazonS3Client.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.
 



Copyright © 2016. All rights reserved.