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 |
---|---|
void |
Nos.abortMultipartUpload(AbortMultipartUploadRequest request)
Aborts a multipart upload.
|
void |
NosClient.abortMultipartUpload(AbortMultipartUploadRequest abortMultipartUploadRequest) |
Modifier and Type | Method and Description |
---|---|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withBucketName(String bucketName)
Sets the name of the bucket containing the multipart upload to abort and
returns the updated object so that additional calls can be chained
together.
|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withKey(String key)
Sets the key of the multipart upload to abort and returns the updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
|
AbortMultipartUploadRequest |
AbortMultipartUploadRequest.withUploadId(String uploadId)
Sets the ID of the multipart upload to abort, and returns this updated
AbortMultipartUploadRequest object so that additional method calls can be
chained together.
|
Copyright © 2017. All Rights Reserved.