java.lang.Object | |
↳ | org.mule.module.s3.model.MultipartUploadListing |
The ListMultipartUploadsResponse contains all the information about the ListMultipartUploads method.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bucketName | The name of the bucket containing the listed multipart uploads, as specified in the original request. | ||||||||||
commonPrefixes | A list of the common prefixes included in this multipart upload listing - common prefixes will only be populated for requests that specified a delimiter, and indicate additional key prefixes that contain more multipart uploads that have not been included in this listing. | ||||||||||
delimiter | The optional delimiter specified in the original request to control how multipart uploads for keys with common prefixes are condensed. | ||||||||||
encodingType | The encodingType parameter originally specified by the caller when this multipart upload listing was returned. | ||||||||||
isTruncated | Indicates if the listing is truncated, and additional requests need to be made to get more results. | ||||||||||
keyMarker | The optional key marker specified in the original request to specify where in the results to begin listing multipart uploads. | ||||||||||
maxUploads | The optional maximum number of uploads to be listed, as specified in the original request. | ||||||||||
multipartUploads | The list of multipart uploads. | ||||||||||
nextKeyMarker | If this listing is truncated, this is the next key marker that should be used in the next request to get the next page of results. | ||||||||||
nextUploadIdMarker | If this listing is truncated, this is the next upload ID marker that should be used in the next request to get the next page of results. | ||||||||||
prefix | The optional prefix specified in the original request to limit the returned multipart uploads to those for keys that match this prefix. | ||||||||||
uploadIdMarker | The optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the bucket containing the listed multipart uploads, as specified in the original request.
| |||||||||||
Returns the common prefixes included in this multipart upload listing. | |||||||||||
Gets the delimiter parameter originally used to request this multipart upload listing, or
null if no delimiter specified. | |||||||||||
Gets the encoding type used by Amazon S3 to encode object key names in the XML response.
| |||||||||||
Returns the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
| |||||||||||
Returns the optional maximum number of uploads to be listed, as specified in the original request.
| |||||||||||
Returns the list of multipart uploads.
| |||||||||||
Returns the next key marker that should be used in the next request to get the next page of results.
| |||||||||||
Returns the next upload ID marker that should be used in the next request to get the next page of results.
| |||||||||||
Returns the prefix parameter originally used to request this multipart upload listing, or
null if no prefix was specified. | |||||||||||
Returns the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
| |||||||||||
Returns true if the listing is truncated, and additional requests need to be made to get more results.
| |||||||||||
Sets the name of the bucket containing the listed multipart uploads, as specified in the original request.
| |||||||||||
For internal use only.
| |||||||||||
For internal use only.
| |||||||||||
For internal use only.
| |||||||||||
Sets the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
| |||||||||||
Sets the optional maximum number of uploads to be listed, as specified in the original request.
| |||||||||||
Sets the list of multipart uploads.
| |||||||||||
Sets the next key marker that should be used in the next request to get the next page of results.
| |||||||||||
Sets the next upload ID marker that should be used in the next request to get the next page of results.
| |||||||||||
For internal use only.
| |||||||||||
Sets whether this listing is truncated, and additional requests need to be made to get more results.
| |||||||||||
Sets the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name of the bucket containing the listed multipart uploads, as specified in the original request.
A list of the common prefixes included in this multipart upload listing - common prefixes will only be populated for requests that specified a delimiter, and indicate additional key prefixes that contain more multipart uploads that have not been included in this listing.
The optional delimiter specified in the original request to control how multipart uploads for keys with common prefixes are condensed.
The encodingType parameter originally specified by the caller when this multipart upload listing was returned.
Indicates if the listing is truncated, and additional requests need to be made to get more results.
The optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
The optional maximum number of uploads to be listed, as specified in the original request.
If this listing is truncated, this is the next key marker that should be used in the next request to get the next page of results.
If this listing is truncated, this is the next upload ID marker that should be used in the next request to get the next page of results.
The optional prefix specified in the original request to limit the returned multipart uploads to those for keys that match this prefix.
The optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
Returns the name of the bucket containing the listed multipart uploads, as specified in the original request.
Returns the common prefixes included in this multipart upload listing. Common prefixes are only present if a delimiter was specified in the original request.
Each common prefix represents a set of keys in the S3 bucket that have been condensed and omitted from the multipart upload listing results. This allows applications to organize and browse their multipart uploads hierarchically, similar to how a file system organizes files into directories.
For example, consider a bucket that contains the following keys currently involved in multipart uploads:listMultipartUploads
with the prefix="foo/" and the delimiter="/" on this bucket, the returned MultipartUploadListing
will contain one
entry in the common prefixes list ("foo/bar/") and none of the uploads for the keys beginning with that common prefix will be included in the multipart upload list.Gets the delimiter parameter originally used to request this multipart upload listing, or null
if no delimiter specified.
The delimiter value allows callers to condense multipart uploads for keys with common prefixes. For example, if a caller specifies a delimiter of "/" (a commonly used value for delimiter), any multipart uploads for keys that contain a common prefix between the start of the key and the first occurrence of "/" will not be included in the list of multipart uploads. Instead, the common prefixes list will have one entry for the common prefix.
null
if no delimiter was specified.
Gets the encoding type used by Amazon S3 to encode object key names in the XML response. If you specify encodingType
request parameter, Amazon S3 includes this
element in the response, and returns encoded key name values in the following response elements: Delimiter, KeyMarker, Prefix, NextKeyMarker, Key
.
Null
if encodingType
is not specified in the request parameter.
Returns the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
Returns the optional maximum number of uploads to be listed, as specified in the original request.
Returns the list of multipart uploads.
Returns the next key marker that should be used in the next request to get the next page of results. This value is only valid if isTruncated()
indicates this
listing is truncated.
isTruncated()
indicates this
listing is truncated.
Returns the next upload ID marker that should be used in the next request to get the next page of results. This value is only valid if isTruncated()
indicates this
listing is truncated.
Returns the prefix parameter originally used to request this multipart upload listing, or null
if no prefix was specified. All objects and common prefixes
included in this multipart upload listing start with the specified prefix.
null
if no prefix was specified.
Returns the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
Returns true if the listing is truncated, and additional requests need to be made to get more results.
Sets the name of the bucket containing the listed multipart uploads, as specified in the original request.
bucketName | The name of the bucket containing the listed multipart uploads, as specified in the original request. |
---|
For internal use only. Sets the common prefixes for this multipart upload listing, representing the uploads for key prefixes that were rolled up because of the request's delimiter parameter.
commonPrefixes | The common prefixes for this multipart upload listing. |
---|
For internal use only. Sets the delimiter parameter originally used to request this multipart upload listing.
delimiter | The delimiter parameter originally used to request this multipart upload listing. |
---|
For internal use only. Sets the encoding type used by Amazon S3 to encode object key names in the XML response.
encodingType | Null if encodingType is not specified in the request parameter.
|
---|
Sets the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
keyMarker | The optional key marker specified in the original request to specify where in the results to begin listing multipart uploads. |
---|
Sets the optional maximum number of uploads to be listed, as specified in the original request.
maxUploads | The optional maximum number of uploads to be listed, as specified in the original request. |
---|
Sets the list of multipart uploads.
multipartUploads | The list of multipart uploads. |
---|
Sets the next key marker that should be used in the next request to get the next page of results.
nextKeyMarker | The next key marker that should be used in the next request to get the next page of results. |
---|
Sets the next upload ID marker that should be used in the next request to get the next page of results.
nextUploadIdMarker | The next upload ID marker that should be used in the next request to get the next page of results. |
---|
For internal use only. Sets the prefix parameter originally used to request this multipart upload listing.
prefix | The prefix parameter originally used to request this multipart upload listing. |
---|
Sets whether this listing is truncated, and additional requests need to be made to get more results.
isTruncated | True if the listing is truncated, and additional requests need to be made to get more results. |
---|
Sets the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
uploadIdMarker | The optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads. |
---|