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

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

Introduction

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

The text is from its open source code.

Constructor

ListPartsRequest(String bucketName, String key, String uploadId)
Constructs a new ListPartsRequest from the required parameters bucket name, key and upload ID.

Method

voidsetMaxParts(int maxParts)
Sets the optional maximum number of parts to be returned in the part listing.
voidsetPartNumberMarker(Integer partNumberMarker)
Sets the optional part number marker indicating where in the results to being listing parts.