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 |
---|---|
InitiateMultipartUploadResult |
Nos.initiateMultipartUpload(InitiateMultipartUploadRequest request)
Initiates a multipart upload and returns an InitiateMultipartUploadResult
which contains an upload ID.
|
InitiateMultipartUploadResult |
NosClient.initiateMultipartUpload(InitiateMultipartUploadRequest initiateMultipartUploadRequest) |
Modifier and Type | Method and Description |
---|---|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withBucketName(String bucketName)
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withCannedACL(CannedAccessControlList acl)
Sets the optional canned Access Control List (ACL) to set permissions for
the new object created when the multipart upload is completed.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withKey(String key)
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withObjectMetadata(ObjectMetadata objectMetadata)
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
Nos.
|
Copyright © 2017. All Rights Reserved.