Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform | |
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PartSummary> |
PartListing.parts
The list of parts described in this part listing.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PartSummary> |
PartListing.getParts()
Returns the list of parts described in this part listing.
|
Modifier and Type | Method and Description |
---|---|
void |
PartListing.setParts(java.util.List<PartSummary> parts)
Sets the list of parts described in this part listing.
|
Modifier and Type | Field and Description |
---|---|
private PartSummary |
XmlResponsesSaxParser.ListPartsHandler.currentPart |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.Integer,PartSummary> |
UploadCallable.identifyExistingPartsForResume(java.lang.String uploadId) |