| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal.crypto | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PutObjectResult |
COSEncryptionClient.putInstructionFile(PutInstructionFileRequest req)
Creates a new crypto instruction file by re-encrypting the CEK of an existing encrypted COS
object with a new encryption material identifiable via a new set of material description.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PutObjectResult |
CryptoModuleDispatcher.putInstructionFileSecurely(PutInstructionFileRequest req) |
PutObjectResult |
COSCryptoModuleBase.putInstructionFileSecurely(PutInstructionFileRequest req) |
abstract PutObjectResult |
COSCryptoModule.putInstructionFileSecurely(PutInstructionFileRequest req) |
| 限定符和类型 | 方法和说明 |
|---|---|
PutInstructionFileRequest |
PutInstructionFileRequest.withAccessControlList(AccessControlList accessControlList)
Sets the optional access control list for the new object.
|
PutInstructionFileRequest |
PutInstructionFileRequest.withCannedAcl(CannedAccessControlList cannedAcl)
Sets the optional pre-configured access control policy to use for the new object.
|
PutInstructionFileRequest |
PutInstructionFileRequest.withRedirectLocation(String redirectLocation)
Sets the optional redirect location for the new object.Returns this
PutObjectRequest,
enabling additional method calls to be chained together. |
PutInstructionFileRequest |
PutInstructionFileRequest.withStorageClass(StorageClass storageClass)
Sets the optional COS storage class to use when storing the new object.
|
PutInstructionFileRequest |
PutInstructionFileRequest.withStorageClass(String storageClass)
Sets the optional COS storage class to use when storing the new object.
|
Copyright © 2020. All rights reserved.