Uses of Class
com.tencentcloudapi.mna.v20210119.models.CreateEncryptedKeyRequest
-
Packages that use CreateEncryptedKeyRequest Package Description com.tencentcloudapi.mna.v20210119 com.tencentcloudapi.mna.v20210119.models -
-
Uses of CreateEncryptedKeyRequest in com.tencentcloudapi.mna.v20210119
Methods in com.tencentcloudapi.mna.v20210119 with parameters of type CreateEncryptedKeyRequest Modifier and Type Method Description CreateEncryptedKeyResponseMnaClient. CreateEncryptedKey(CreateEncryptedKeyRequest req)通过此接口设置和更新预置密钥 -
Uses of CreateEncryptedKeyRequest in com.tencentcloudapi.mna.v20210119.models
Constructors in com.tencentcloudapi.mna.v20210119.models with parameters of type CreateEncryptedKeyRequest Constructor Description CreateEncryptedKeyRequest(CreateEncryptedKeyRequest 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.
-