| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
List<PartSummary> |
PartListing.getParts()
Returns the list of parts described in this part listing.
|
| Constructor and Description |
|---|
PartListing(String bucketName,
String key,
String uploadId,
Integer maxParts,
Integer partNumberMarker,
String encodingType,
Owner owner,
Owner initiator,
String storageClass,
boolean truncated,
Integer nextPartNumberMarker,
List<PartSummary> parts) |
| Modifier and Type | Method and Description |
|---|---|
static PartSummary |
S3ModelFactory.transform(com.amazonaws.services.s3.model.PartSummary partSummary)
Deprecated.
|
Copyright © 2021 MuleSoft, Inc.. All rights reserved.