Uses of Class
com.amazonaws.services.s3.model.ListObjectsRequest
Packages that use ListObjectsRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of ListObjectsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListObjectsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.listObjects
(ListObjectsRequest listObjectsRequest) AmazonS3.listObjects
(ListObjectsRequest listObjectsRequest) Returns a list of summary information about the objects in the specified bucket.AmazonS3Client.listObjects
(ListObjectsRequest listObjectsRequest) -
Uses of ListObjectsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListObjectsRequestModifier and TypeMethodDescriptionListNextBatchOfObjectsRequest.toListObjectsRequest()
Creates a newListObjectsRequest
object using the previous object listing.ListObjectsRequest.withBucketName
(String bucketName) Sets the name of the Amazon S3 bucket whose objects are to be listed.ListObjectsRequest.withDelimiter
(String delimiter) Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in theObjectListing.getCommonPrefixes()
list.ListObjectsRequest.withEncodingType
(String encodingType) Sets the optionalencodingType
parameter indicating the encoding method to be applied on the response.ListObjectsRequest.withMarker
(String marker) Sets the optional marker parameter indicating where in the bucket to begin listing.ListObjectsRequest.withMaxKeys
(Integer maxKeys) Sets the optionalmaxKeys
parameter indicating the maximum number of keys to include in the response.ListObjectsRequest.withPrefix
(String prefix) Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.