public class ListMultipartUploadsResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMultipartUploadsResult.Prefix |
| Constructor and Description |
|---|
ListMultipartUploadsResult(String bucket,
String keyMarker,
String delimiter,
String prefix,
String uploadIdMarker,
int maxUploads,
boolean isTruncated,
String nextKeyMarker,
String nextUploadIdMarker,
List<MultipartUpload> multipartUploads,
List<String> commonPrefixes)
Creates a new ListMultipartUploadsResult.
|
public ListMultipartUploadsResult(String bucket, String keyMarker, String delimiter, String prefix, String uploadIdMarker, int maxUploads, boolean isTruncated, String nextKeyMarker, String nextUploadIdMarker, List<MultipartUpload> multipartUploads, List<String> commonPrefixes)
bucket - The Bucket.keyMarker - The KeyMarker.delimiter - The Delimiter.prefix - The Prefix.uploadIdMarker - The UploadId.maxUploads - Number of max uploads.isTruncated - Whether is truncated.nextKeyMarker - The next key.nextUploadIdMarker - The next uploadId.multipartUploads - Parts of multipart upload.commonPrefixes - The commons prefixes.Copyright © 2019 Adobe. All rights reserved.