Searched refs:SetBucketEncryptionRequest (Results 1 – 6 of 6) sorted by relevance
24 SetBucketEncryptionRequest::SetBucketEncryptionRequest(const std::string& bucket, SSEAlgorithm sse,… in SetBucketEncryptionRequest() function in SetBucketEncryptionRequest32 void SetBucketEncryptionRequest::setSSEAlgorithm(SSEAlgorithm sse) in setSSEAlgorithm()37 void SetBucketEncryptionRequest::setKMSMasterKeyID(const std::string& key) in setKMSMasterKeyID()42 ParameterCollection SetBucketEncryptionRequest::specialParameters() const in specialParameters()49 std::string SetBucketEncryptionRequest::payload() const in payload()
26 class ALIBABACLOUD_OSS_EXPORT SetBucketEncryptionRequest : public OssBucketRequest29 …SetBucketEncryptionRequest(const std::string& bucket, SSEAlgorithm sse = SSEAlgorithm::AES256, con…
57 VoidOutcome SetBucketEncryption(const SetBucketEncryptionRequest& request) const;
219 VoidOutcome OssClient::SetBucketEncryption(const SetBucketEncryptionRequest& request) const in SetBucketEncryption()
484 VoidOutcome AlibabaCloud::OSS::OssClientImpl::SetBucketEncryption(const SetBucketEncryptionRequest&… in SetBucketEncryption()
112 VoidOutcome SetBucketEncryption(const SetBucketEncryptionRequest& request) const;
Completed in 15 milliseconds