Uses of Class
com.amazonaws.services.s3.model.S3ObjectSummary
-
Packages that use S3ObjectSummary Package Description com.amazonaws.services.s3.iterable com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of S3ObjectSummary in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return types with arguments of type S3ObjectSummary Modifier and Type Method Description Iterator<S3ObjectSummary>
S3Objects. iterator()
-
Uses of S3ObjectSummary in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return types with arguments of type S3ObjectSummary Modifier and Type Method Description List<S3ObjectSummary>
ListObjectsV2Result. getObjectSummaries()
Gets the list of object summaries describing the objects stored in the S3 bucket.List<S3ObjectSummary>
ObjectListing. getObjectSummaries()
Gets the list of object summaries describing the objects stored in the S3 bucket.
-