Uses of Class
com.amazonaws.services.s3.model.ListObjectsV2Result
-
Packages that use ListObjectsV2Result Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. -
-
Uses of ListObjectsV2Result in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return ListObjectsV2Result Modifier and Type Method Description ListObjectsV2Result
AbstractAmazonS3. listObjectsV2(ListObjectsV2Request listObjectsV2Request)
ListObjectsV2Result
AbstractAmazonS3. listObjectsV2(String bucketName)
ListObjectsV2Result
AbstractAmazonS3. listObjectsV2(String bucketName, String prefix)
ListObjectsV2Result
AmazonS3. listObjectsV2(ListObjectsV2Request listObjectsV2Request)
ListObjectsV2Result
AmazonS3. listObjectsV2(String bucketName)
ListObjectsV2Result
AmazonS3. listObjectsV2(String bucketName, String prefix)
ListObjectsV2Result
AmazonS3Client. listObjectsV2(ListObjectsV2Request listObjectsV2Request)
ListObjectsV2Result
AmazonS3Client. listObjectsV2(String bucketName)
ListObjectsV2Result
AmazonS3Client. listObjectsV2(String bucketName, String prefix)
-