Uses of Class
com.tencentcloudapi.ape.v20200513.models.AuthInfo
-
Packages that use AuthInfo Package Description com.tencentcloudapi.ape.v20200513.models -
-
Uses of AuthInfo in com.tencentcloudapi.ape.v20200513.models
Methods in com.tencentcloudapi.ape.v20200513.models that return AuthInfo Modifier and Type Method Description AuthInfo[]DescribeAuthUsersResponse. getUsers()Get 授权人信息数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ape.v20200513.models with parameters of type AuthInfo Modifier and Type Method Description voidDescribeAuthUsersResponse. setUsers(AuthInfo[] Users)Set 授权人信息数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ape.v20200513.models with parameters of type AuthInfo Constructor Description AuthInfo(AuthInfo 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.
-