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

Packages that use ListObjectsRequest
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 ListObjectsRequest in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type ListObjectsRequest
 ObjectListing AmazonS3.listObjects(ListObjectsRequest listObjectsRequest)
           Returns a list of summary information about the objects in the specified bucket.
 ObjectListing AmazonS3Client.listObjects(ListObjectsRequest listObjectsRequest)
           
 

Uses of ListObjectsRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return ListObjectsRequest
 ListObjectsRequest ListObjectsRequest.withBucketName(String bucketName)
          Sets the name of the Amazon S3 bucket whose objects are to be listed, and returns this ListObjectsRequest object so that method calls can be chained together.
 ListObjectsRequest 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 the ObjectListing.getCommonPrefixes() list, and returns this ListObjectsRequest object so that method calls may be chained together.
 ListObjectsRequest ListObjectsRequest.withMarker(String marker)
          Sets the optional parameter indicating where in the bucket to begin listing.
 ListObjectsRequest ListObjectsRequest.withMaxKeys(Integer maxKeys)
          Sets the optional parameter indicating the maximum number of keys to include in the response, and returns this ListObjectsRequest object so that method calls may be chained together.
 ListObjectsRequest ListObjectsRequest.withPrefix(String prefix)
          Sets the optional prefix parameter restricting the response to keys which begin with the specified prefix, and returns this ListObjectsRequest object so that method calls may be chained together.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.