Uses of Class
com.tencentcloudapi.cam.v20190116.models.CreatePolicyVersionRequest
-
Packages that use CreatePolicyVersionRequest Package Description com.tencentcloudapi.cam.v20190116 com.tencentcloudapi.cam.v20190116.models -
-
Uses of CreatePolicyVersionRequest in com.tencentcloudapi.cam.v20190116
Methods in com.tencentcloudapi.cam.v20190116 with parameters of type CreatePolicyVersionRequest Modifier and Type Method Description CreatePolicyVersionResponse
CamClient. CreatePolicyVersion(CreatePolicyVersionRequest req)
该接口(CreatePolicyVersion)用于新增策略版本,用户创建了一个策略版本之后可以方便的通过变更策略版本的方式来变更策略。 -
Uses of CreatePolicyVersionRequest in com.tencentcloudapi.cam.v20190116.models
Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type CreatePolicyVersionRequest Constructor Description CreatePolicyVersionRequest(CreatePolicyVersionRequest 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.
-