Package | Description |
---|---|
com.netease.cloud.services.nos | |
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
UploadPartResult |
Nos.uploadPart(UploadPartRequest request)
Uploads a part in a multipart upload.
|
UploadPartResult |
NosClient.uploadPart(UploadPartRequest uploadPartRequest) |
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(UploadPartResult... uploadPartResults)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadRequest |
CompleteMultipartUploadRequest.withPartETags(Collection<UploadPartResult> uploadPartResultsCollection)
Sets the list of part numbers and ETags that identify the individual
parts of the multipart upload to complete based on the specified results
from part uploads.
|
Copyright © 2017. All Rights Reserved.