|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.s3.model.MultipartUploadListing
public class MultipartUploadListing
The ListMultipartUploadsResponse contains all the information about the ListMultipartUploads method.
Constructor Summary | |
---|---|
MultipartUploadListing()
|
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the listed multipart uploads, as specified in the original request. |
String |
getKeyMarker()
Returns the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads. |
int |
getMaxUploads()
Returns the optional maximum number of uploads to be listed, as specified in the original request. |
List<MultipartUpload> |
getMultipartUploads()
Returns the list of multipart uploads. |
String |
getNextKeyMarker()
Returns the next key marker that should be used in the next request to get the next page of results. |
String |
getNextUploadIdMarker()
Returns the next upload ID marker that should be used in the next request to get the next page of results. |
String |
getUploadIdMarker()
Returns the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads. |
boolean |
isTruncated()
Returns true if the listing is truncated, and additional requests need to be made to get more results. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the listed multipart uploads, as specified in the original request. |
void |
setKeyMarker(String keyMarker)
Sets the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads. |
void |
setMaxUploads(int maxUploads)
Sets the optional maximum number of uploads to be listed, as specified in the original request. |
void |
setMultipartUploads(List<MultipartUpload> multipartUploads)
Sets the list of multipart uploads. |
void |
setNextKeyMarker(String nextKeyMarker)
Sets the next key marker that should be used in the next request to get the next page of results. |
void |
setNextUploadIdMarker(String nextUploadIdMarker)
Sets the next upload ID marker that should be used in the next request to get the next page of results. |
void |
setTruncated(boolean isTruncated)
Sets whether this listing is truncated, and additional requests need to be made to get more results. |
void |
setUploadIdMarker(String uploadIdMarker)
Sets the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipartUploadListing()
Method Detail |
---|
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the bucket containing the listed multipart
uploads, as specified in the original request.public String getKeyMarker()
public void setKeyMarker(String keyMarker)
keyMarker
- The optional key marker specified in the original request to
specify where in the results to begin listing multipart
uploads.public String getUploadIdMarker()
public void setUploadIdMarker(String uploadIdMarker)
uploadIdMarker
- The optional upload ID marker specified in the original
request to specify where in the results to begin listing
multipart uploads.public String getNextKeyMarker()
isTruncated()
indicates this listing is truncated.
isTruncated()
indicates this listing is truncated.public void setNextKeyMarker(String nextKeyMarker)
nextKeyMarker
- the next key marker that should be used in the next request to
get the next page of results.public String getNextUploadIdMarker()
isTruncated()
indicates this listing is truncated.
public void setNextUploadIdMarker(String nextUploadIdMarker)
nextUploadIdMarker
- The next upload ID marker that should be used in the next
request to get the next page of results.public int getMaxUploads()
public void setMaxUploads(int maxUploads)
maxUploads
- The optional maximum number of uploads to be listed, as
specified in the original request.public boolean isTruncated()
public void setTruncated(boolean isTruncated)
isTruncated
- true if the listing is truncated, and additional requests need
to be made to get more results.public List<MultipartUpload> getMultipartUploads()
public void setMultipartUploads(List<MultipartUpload> multipartUploads)
multipartUploads
- The list of multipart uploads.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |