Home
last modified time | relevance | path

Searched refs:InventoryEncryption (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DInventoryConfiguration.cc46 InventoryEncryption::InventoryEncryption() : in InventoryEncryption() function in InventoryEncryption
52 InventoryEncryption::InventoryEncryption(const InventorySSEOSS& value) : in InventoryEncryption() function in InventoryEncryption
59 InventoryEncryption::InventoryEncryption(const InventorySSEKMS& value) : in InventoryEncryption() function in InventoryEncryption
A DGetBucketInventoryConfigurationResult.cc84 InventoryEncryption encryption; in operator =()
A DListBucketInventoryConfigurationsResult.cc91 InventoryEncryption encryption; in operator =()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DInventoryConfiguration.h54 class ALIBABACLOUD_OSS_EXPORT InventoryEncryption
57 InventoryEncryption();
58 InventoryEncryption(const InventorySSEOSS& value);
59 InventoryEncryption(const InventorySSEKMS& value);
86 const InventoryEncryption& Encryption() const { return encryption_; } in Encryption()
93 void setEncryption(const InventoryEncryption& encryption) { encryption_ = encryption; } in setEncryption()
101 InventoryEncryption encryption_;

Completed in 4 milliseconds