Package | Description |
---|---|
org.jclouds.s3.domain |
This package contains the core components of S3.
|
Modifier and Type | Method and Description |
---|---|
static ListMultipartUploadsResponse.Upload |
ListMultipartUploadsResponse.Upload.create(String key,
String uploadId,
CanonicalUser initiator,
CanonicalUser owner,
ObjectMetadata.StorageClass storageClass,
Date initiated) |
Modifier and Type | Method and Description |
---|---|
abstract List<ListMultipartUploadsResponse.Upload> |
ListMultipartUploadsResponse.uploads() |
Modifier and Type | Method and Description |
---|---|
static ListMultipartUploadsResponse |
ListMultipartUploadsResponse.create(String bucket,
String keyMarker,
String uploadIdMarker,
String nextKeyMarker,
String nextUploadIdMarker,
int maxUploads,
boolean isTruncated,
List<ListMultipartUploadsResponse.Upload> uploads) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.