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

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

Introduction

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

The text is from its open source code.

Field

booleanisTruncated
Indicates if the listing is truncated, and additional requests need to be made to get more results.

Method

OwnergetInitiator()
Returns details on the user who initiated the associated multipart upload.
IntegergetMaxParts()
Returns the optional max parts value specified in the original request to limit how many parts are listed.
IntegergetNextPartNumberMarker()
Returns the next part number marker.
OwnergetOwner()
Returns details on the user who owns the associated multipart upload.
IntegergetPartNumberMarker()
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts.
ListgetParts()
Returns the list of parts described in this part listing.
StringgetStorageClass()
Returns the class of storage used for the parts in the associated multipart upload.