java.lang.Object | |
↳ | org.mule.module.s3.model.PartListing |
The ListPartsResponse contains all the information about the ListParts method.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bucketName | The name of the bucket containing the listed parts, as specified in the original request. | ||||||||||
encodingType | The encodingType parameter originally specified by the caller when this part listing was returned. | ||||||||||
initiator | The initiator of the associated multipart upload. | ||||||||||
isTruncated | Indicates if the listing is truncated, and additional requests need to be made to get more results. | ||||||||||
key | The key value specified in the original request used to identify which multipart upload contains the parts to list. | ||||||||||
maxParts | The optional max parts value specified in the original request to limit how many parts are listed. | ||||||||||
nextPartNumberMarker | If this listing is truncated, this is the part number marker that should be used in the next request to get the next page of results. | ||||||||||
owner | The user who owns the associated multipart upload. | ||||||||||
partNumberMarker | The optional part number marker specified in the original request to specify where in the results to begin listing parts. | ||||||||||
parts | The list of parts described in this part listing. | ||||||||||
storageClass | The class of storage used for the parts in the associated multipart upload. | ||||||||||
uploadId | The upload ID value specified in the original request used to identify which multipart upload contains the parts to list. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the bucket containing the listed parts, as specified in the original request.
| |||||||||||
Gets the encoding type used by Amazon S3 to encode object key names in the XML response.
| |||||||||||
Returns details on the user who initiated the associated multipart upload.
| |||||||||||
Returns the key value specified in the original request used to identify which multipart upload contains the parts to list.
| |||||||||||
Returns the optional max parts value specified in the original request to limit how many parts are listed.
| |||||||||||
Returns the next part number marker.
| |||||||||||
Returns details on the user who owns the associated multipart upload.
| |||||||||||
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts.
| |||||||||||
Returns the list of parts described in this part listing.
| |||||||||||
Returns the class of storage used for the parts in the associated multipart upload.
| |||||||||||
Returns the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
| |||||||||||
Returns whether or not this listing is truncated, and additional requests need to be made to get more results.
| |||||||||||
Sets the name of the bucket containing the listed parts, as specified in the original request.
| |||||||||||
For internal use only.
| |||||||||||
Sets the user who initiated the associated multipart upload.
| |||||||||||
Sets the key value specified in the original request used to identify which multipart upload contains the parts to list.
| |||||||||||
Sets the optional max parts value specified in the original request to limit how many parts are listed.
| |||||||||||
Sets the next part number marker.
| |||||||||||
Sets the user who owns the associated multipart upload.
| |||||||||||
Sets the optional part number marker specified in the original request to specify where in the results to begin listing parts.
| |||||||||||
Sets the list of parts described in this part listing.
| |||||||||||
Sets the class of storage used for the parts in the associated multipart upload.
| |||||||||||
Sets whether or not this listing is truncated, and additional requests need to be made to get more results.
| |||||||||||
Sets the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name of the bucket containing the listed parts, as specified in the original request.
The encodingType parameter originally specified by the caller when this part listing was returned.
Indicates if the listing is truncated, and additional requests need to be made to get more results.
The key value specified in the original request used to identify which multipart upload contains the parts to list.
The optional max parts value specified in the original request to limit how many parts are listed.
If this listing is truncated, this is the part number marker that should be used in the next request to get the next page of results.
The optional part number marker specified in the original request to specify where in the results to begin listing parts.
The class of storage used for the parts in the associated multipart upload.
The upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
Returns the name of the bucket containing the listed parts, as specified in the original request.
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 Key
element.
Null
if encodingType
is not specified in the request parameter.
Returns details on the user who initiated the associated multipart upload.
Returns the key value specified in the original request used to identify which multipart upload contains the parts to list.
Returns the optional max parts value specified in the original request to limit how many parts are listed.
Returns the next part number marker. If this listing is truncated, this is the part number marker that should be used in the next request to get the next page of results.
Returns details on the user who owns the associated multipart upload.
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts.
Returns the list of parts described in this part listing.
Returns the class of storage used for the parts in the associated multipart upload.
Returns the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
Returns whether or not this listing is truncated, and additional requests need to be made to get more results.
Sets the name of the bucket containing the listed parts, as specified in the original request.
bucketName | The name of the bucket containing the listed parts, as specified in the original request. |
---|
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 user who initiated the associated multipart upload.
initiator | The user who initiated the associated multipart upload. |
---|
Sets the key value specified in the original request used to identify which multipart upload contains the parts to list.
key | The key value specified in the original request used to identify which multipart upload contains the parts to list. |
---|
Sets the optional max parts value specified in the original request to limit how many parts are listed.
maxParts | The optional max parts value specified in the original request to limit how many parts are listed. |
---|
Sets the next part number marker. If this listing is truncated, this is the part number marker that should be used in the next request to get the next page of results.
nextPartNumberMarker | The next part number marker. |
---|
Sets the user who owns the associated multipart upload.
owner | The user who owns the associated multipart upload. |
---|
Sets the optional part number marker specified in the original request to specify where in the results to begin listing parts.
partNumberMarker | The optional part number marker specified in the original request to specify where in the results to begin listing parts. |
---|
Sets the list of parts described in this part listing.
parts | The list of parts described in this part listing. |
---|
Sets the class of storage used for the parts in the associated multipart upload.
storageClass | The class of storage used for the parts in the associated multipart upload. |
---|
Sets whether or not this listing is truncated, and additional requests need to be made to get more results.
isTruncated | Whether or not this listing is truncated, and additional requests need to be made to get more results. |
---|
Sets the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
uploadId | The upload ID value specified in the original request used to identify which multipart upload contains the parts to list. |
---|