| Package | Description |
|---|---|
| com.qcloud.cos.model |
| Modifier and Type | Method and Description |
|---|---|
SSECOSKeyManagementParams |
CopyObjectRequest.getSSECOSKeyManagementParams() |
SSECOSKeyManagementParams |
SSECOSKeyManagementParamsProvider.getSSECOSKeyManagementParams()
Returns the optional SSECOSKeyManagementParams to use to encrypt the
uploaded object.
|
SSECOSKeyManagementParams |
InitiateMultipartUploadRequest.getSSECOSKeyManagementParams()
Returns the COS Key Management System parameters used to encrypt the object on server side.
|
SSECOSKeyManagementParams |
AbstractPutObjectRequest.getSSECOSKeyManagementParams()
Returns the COS Key Management System parameters used to encrypt the object on server side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyObjectRequest.setSSECOSKeyManagementParams(SSECOSKeyManagementParams sseCOSKeyManagementParams) |
void |
InitiateMultipartUploadRequest.setSSECOSKeyManagementParams(SSECOSKeyManagementParams params)
Sets the COS Key Management System parameters used to encrypt the object on server side.
|
void |
AbstractPutObjectRequest.setSSECOSKeyManagementParams(SSECOSKeyManagementParams params)
Sets the COS Key Management System parameters used to encrypt the object on server side.
|
PutObjectRequest |
PutObjectRequest.withSSECOSKeyManagementParams(SSECOSKeyManagementParams sseCOSKeyManagementParams) |
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withSSECOSKeyManagementParams(SSECOSKeyManagementParams sseCOSKeyManagementParams)
Sets the COS Key Management System parameters used to encrypt the object on server side.
|
<T extends AbstractPutObjectRequest> |
AbstractPutObjectRequest.withSSECOSKeyManagementParams(SSECOSKeyManagementParams sseCOSKeyManagementParams)
Sets the COS Key Management System parameters used to encrypt the object on server side.
|
Copyright © 2023. All rights reserved.