Java com.amazonaws.services.s3.model ListObjectsV2Result fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model ListObjectsV2Result fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model ListObjectsV2Result.

The text is from its open source code.

Field

booleanisTruncated
Indicates if this is a complete listing, or if the caller needs to make additional requests to Amazon S3 to see the full object listing for an S3 bucket

Method

ListgetCommonPrefixes()

Gets the common prefixes included in this object listing.

intgetKeyCount()
Gets the number of keys returned with this response.
StringgetNextContinuationToken()
Gets the optional NextContinuationToken.
ListgetObjectSummaries()
Gets the list of object summaries describing the objects stored in the S3 bucket.