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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.services.s3.model.ObjectListing has subclasses.
Click this link to see all its subclasses.

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

Constructor

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket containing the objects listed in this ObjectListing .
ListgetCommonPrefixes()

Gets the common prefixes included in this object listing.

StringgetDelimiter()
Gets the delimiter parameter originally used to request this object listing, or null if no delimiter specified.
StringgetMarker()
Gets the marker parameter originally used to request this object listing, or null if no marker was specified.
intgetMaxKeys()
Gets the maxKeys parameter originally used to request this object listing, or the default maxKeys value provided by Amazon S3 if the requester didn't specify a value.
StringgetNextMarker()
Gets the marker to use in the next listObjects request in order to see the next page of results.
ListgetObjectSummaries()
Gets the list of object summaries describing the objects stored in the S3 bucket.
StringgetPrefix()
Gets the prefix parameter originally used to request this object listing, or null if no prefix was specified.
voidsetBucketName(String bucketName)
For internal use only.
voidsetDelimiter(String delimiter)
For internal use only.
voidsetMarker(String marker)
For internal use only.
voidsetNextMarker(String nextMarker)
For internal use only.
voidsetPrefix(String prefix)
For internal use only.
voidsetTruncated(boolean isTruncated)
For internal use only.