| Package | Description |
|---|---|
| org.mule.extension.s3.api.model | |
| org.mule.extension.s3.internal.operation | |
| org.mule.extension.s3.internal.pagination |
| Modifier and Type | Method and Description |
|---|---|
List<ApiObjectPart> |
ApiGetObjectAttributesParts.getParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiGetObjectAttributesParts.setParts(List<ApiObjectPart> parts) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,ApiObjectPart> |
UploadOperations.listParts(S3Configuration configuration,
String bucket,
String key,
String uploadId,
Integer pageSize,
Integer partNumberMarker)
Lists the parts that have been uploaded for a specific multipart upload.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApiObjectPart> |
ListPartsPagingProvider.getPage(S3Connection connection) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.