Uses of Class
com.tencentcloudapi.cam.v20190116.models.AttachedUserPolicyGroupInfo
-
Packages that use AttachedUserPolicyGroupInfo Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of AttachedUserPolicyGroupInfo in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return AttachedUserPolicyGroupInfo Modifier and Type Method Description AttachedUserPolicyGroupInfo[]AttachedUserPolicy. getGroups()Get 随组关联信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type AttachedUserPolicyGroupInfo Modifier and Type Method Description voidAttachedUserPolicy. setGroups(AttachedUserPolicyGroupInfo[] Groups)Set 随组关联信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type AttachedUserPolicyGroupInfo Constructor Description AttachedUserPolicyGroupInfo(AttachedUserPolicyGroupInfo 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.
-