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

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

Introduction

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

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

Constructor

Method

ListgetCommonPrefixes()
Gets the common prefixes included in this version listing.
StringgetDelimiter()
Gets the value of the delimiter parameter used to request this version listing.
StringgetKeyMarker()
The key marker parameter originally used to request this version listing, or null if no key marker was specified.
intgetMaxKeys()
Gets the value of the maxKeys parameter used to request this version listing.
StringgetNextKeyMarker()
Gets the key marker to use in the next listVersions request in order to obtain the next page of results.
StringgetNextVersionIdMarker()
Gets the version ID marker to use in the next listVersions request in order to obtain the next page of results.
StringgetVersionIdMarker()
Gets the value of the version ID marker parameter used to request this version listing.
ListgetVersionSummaries()
Gets the list of version summaries describing the versions stored in the associated S3 bucket.
voidsetBucketName(String bucketName)
For internal use only.