Uses of Class
com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationResponse
-
Packages that use EnableKeyRotationResponse Package Description com.tencentcloudapi.kms.v20190118 com.tencentcloudapi.kms.v20190118.models -
-
Uses of EnableKeyRotationResponse in com.tencentcloudapi.kms.v20190118
Methods in com.tencentcloudapi.kms.v20190118 that return EnableKeyRotationResponse Modifier and Type Method Description EnableKeyRotationResponseKmsClient. EnableKeyRotation(EnableKeyRotationRequest req)对指定的CMK开启密钥轮换功能。 -
Uses of EnableKeyRotationResponse in com.tencentcloudapi.kms.v20190118.models
Constructors in com.tencentcloudapi.kms.v20190118.models with parameters of type EnableKeyRotationResponse Constructor Description EnableKeyRotationResponse(EnableKeyRotationResponse 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.
-