Modifier and Type | Method and Description |
---|---|
Iterable<MultipartUploadPartSummary> |
ObjectStoragePaginators.listMultipartUploadPartsRecordIterator(ListMultipartUploadPartsRequest request)
Creates a new iterable which will iterate over the
MultipartUploadPartSummary objects contained in responses
from the listMultipartUploadParts operation. |
Modifier and Type | Method and Description |
---|---|
MultipartUploadPartSummary |
MultipartUploadPartSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
MultipartUploadPartSummary.Builder |
MultipartUploadPartSummary.Builder.copy(MultipartUploadPartSummary model) |
Modifier and Type | Method and Description |
---|---|
List<MultipartUploadPartSummary> |
ListMultipartUploadPartsResponse.getItems()
A list of
com.oracle.bmc.objectstorage.model.MultipartUploadPartSummary instances. |
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadPartsResponse.Builder |
ListMultipartUploadPartsResponse.Builder.items(List<MultipartUploadPartSummary> items)
A list of
com.oracle.bmc.objectstorage.model.MultipartUploadPartSummary
instances. |
Modifier and Type | Method and Description |
---|---|
void |
MultipartManifestImpl.registerExisting(MultipartUploadPartSummary part)
Register a upload that was previously completed (ie, to backfill previously completed parts).
|
Copyright © 2016–2024. All rights reserved.