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 ObjectListingAbstractAmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)ObjectListingAbstractAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)ObjectListingAmazonS3. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListingAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListingAmazonS3Client. listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)ObjectListingAmazonS3Client. listNextBatchOfObjects(ObjectListing previousObjectListing)ObjectListingAbstractAmazonS3. listObjects(ListObjectsRequest listObjectsRequest)ObjectListingAbstractAmazonS3. listObjects(String bucketName)ObjectListingAbstractAmazonS3. listObjects(String bucketName, String prefix)ObjectListingAmazonS3. listObjects(ListObjectsRequest listObjectsRequest)Returns a list of summary information about the objects in the specified bucket.ObjectListingAmazonS3. listObjects(String bucketName)Returns a list of summary information about the objects in the specified buckets.ObjectListingAmazonS3. listObjects(String bucketName, String prefix)Returns a list of summary information about the objects in the specified bucket.ObjectListingAmazonS3Client. listObjects(ListObjectsRequest listObjectsRequest)ObjectListingAmazonS3Client. listObjects(String bucketName)ObjectListingAmazonS3Client. listObjects(String bucketName, String prefix)Methods in com.amazonaws.services.s3 with parameters of type ObjectListing Modifier and Type Method Description ObjectListingAbstractAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)ObjectListingAmazonS3. listNextBatchOfObjects(ObjectListing previousObjectListing)Provides an easy way to continue a truncated object listing and retrieve the next page of results.ObjectListingAmazonS3Client. 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 ObjectListingListNextBatchOfObjectsRequest. getPreviousObjectListing()Returns the previous object listing.Methods in com.amazonaws.services.s3.model with parameters of type ObjectListing Modifier and Type Method Description voidListNextBatchOfObjectsRequest. setPreviousObjectListing(ObjectListing previousObjectListing)Sets the previous object listing and all the features of the next object listing as well.ListNextBatchOfObjectsRequestListNextBatchOfObjectsRequest. 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.
-