Uses of Class
com.tencentcloudapi.mna.v20210119.models.CreateEncryptedKeyResponse
-
Packages that use CreateEncryptedKeyResponse Package Description com.tencentcloudapi.mna.v20210119 com.tencentcloudapi.mna.v20210119.models -
-
Uses of CreateEncryptedKeyResponse in com.tencentcloudapi.mna.v20210119
Methods in com.tencentcloudapi.mna.v20210119 that return CreateEncryptedKeyResponse Modifier and Type Method Description CreateEncryptedKeyResponseMnaClient. CreateEncryptedKey(CreateEncryptedKeyRequest req)通过此接口设置和更新预置密钥 -
Uses of CreateEncryptedKeyResponse in com.tencentcloudapi.mna.v20210119.models
Constructors in com.tencentcloudapi.mna.v20210119.models with parameters of type CreateEncryptedKeyResponse Constructor Description CreateEncryptedKeyResponse(CreateEncryptedKeyResponse source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-