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

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

Introduction

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

The text is from its open source code.

Constructor

ListMultipartUploadsRequest(String bucketName)
Constructs a new ListMultipartUploadsRequest to list the multipart uploads from the specified bucket.

Method

StringgetBucketName()
Returns the name of the bucket containing the uploads to list.
StringgetUploadIdMarker()
Returns the optional upload ID marker indicating where in the results to begin listing.
voidsetDelimiter(String delimiter)
Sets the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the MultipartUploadListing#getCommonPrefixes() list.
voidsetKeyMarker(String keyMarker)
Sets the optional key marker indicating where in the results to begin listing.
voidsetMaxUploads(Integer maxUploads)
Sets the optional maximum number of uploads to return.
voidsetPrefix(String prefix)
Sets the optional prefix parameter, restricting the response to multipart uploads for keys that begin with the specified prefix.
voidsetUploadIdMarker(String uploadIdMarker)
Sets the optional upload ID marker indicating where in the results to begin listing.