Uses of Class
com.tencentcloudapi.cam.v20190116.models.RoleInfo
-
Packages that use RoleInfo Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of RoleInfo in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return RoleInfo Modifier and Type Method Description RoleInfo[]DescribeRoleListResponse. getList()Get 角色详情列表。 注意:此字段可能返回 null,表示取不到有效值。RoleInfoGetRoleResponse. getRoleInfo()Get 角色详情Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type RoleInfo Modifier and Type Method Description voidDescribeRoleListResponse. setList(RoleInfo[] List)Set 角色详情列表。 注意:此字段可能返回 null,表示取不到有效值。voidGetRoleResponse. setRoleInfo(RoleInfo RoleInfo)Set 角色详情Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type RoleInfo Constructor Description RoleInfo(RoleInfo 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.
-