Uses of Class
com.tencentcloudapi.cam.v20190116.models.PolicyVersionDetail
-
Packages that use PolicyVersionDetail Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of PolicyVersionDetail in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return PolicyVersionDetail Modifier and Type Method Description PolicyVersionDetailGetPolicyVersionResponse. getPolicyVersion()Get 策略版本详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type PolicyVersionDetail Modifier and Type Method Description voidGetPolicyVersionResponse. setPolicyVersion(PolicyVersionDetail PolicyVersion)Set 策略版本详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type PolicyVersionDetail Constructor Description PolicyVersionDetail(PolicyVersionDetail 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.
-