Uses of Class
com.amazonaws.services.s3.model.ListObjectsV2Request
Packages that use ListObjectsV2Request
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of ListObjectsV2Request in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type ListObjectsV2RequestModifier and TypeMethodDescriptionAbstractAmazonS3.listObjectsV2
(ListObjectsV2Request listObjectsV2Request) AmazonS3.listObjectsV2
(ListObjectsV2Request listObjectsV2Request) AmazonS3Client.listObjectsV2
(ListObjectsV2Request listObjectsV2Request) -
Uses of ListObjectsV2Request in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ListObjectsV2RequestModifier and TypeMethodDescriptionListObjectsV2Request.withBucketName
(String bucketName) Sets the name of the Amazon S3 bucket whose objects are to be listed.ListObjectsV2Request.withContinuationToken
(String continuationToken) Sets the optional continuation token.ListObjectsV2Request.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 theListObjectsV2Result.getCommonPrefixes()
list.ListObjectsV2Request.withEncodingType
(String encodingType) Sets the optionalencodingType
parameter indicating the encoding method to be applied on the response.ListObjectsV2Request.withFetchOwner
(boolean fetchOwner) Sets the optional fetch owner flag.ListObjectsV2Request.withMaxKeys
(Integer maxKeys) Sets the optionalmaxKeys
parameter indicating the maximum number of keys to include in the response.ListObjectsV2Request.withPrefix
(String prefix) Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.ListObjectsV2Request.withStartAfter
(String startAfter) Sets the optional parameter indicating where you want Amazon S3 to start the object listing from.