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