| Package | Description |
|---|---|
| com.adobe.testing.s3mock.domain | |
| com.adobe.testing.s3mock.dto |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
FileStore.getMultipartUploadParts(String bucketName,
String fileName,
String uploadId)
Get all multipart upload parts.
|
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
ListPartsResult.getPart() |
| Constructor and Description |
|---|
ListPartsResult(String bucketName,
String fileName,
String uploadId,
List<Part> parts)
Constructs a new
ListPartsResult. |
Copyright © 2019 Adobe. All rights reserved.