Uses of Class
com.tencentcloudapi.ame.v20190916.models.AuthInfo
-
Packages that use AuthInfo Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of AuthInfo in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return AuthInfo Modifier and Type Method Description AuthInfo[]DescribeAuthInfoResponse. getAuthInfo()Get 授权项目列表Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type AuthInfo Modifier and Type Method Description voidDescribeAuthInfoResponse. setAuthInfo(AuthInfo[] AuthInfo)Set 授权项目列表Constructors in com.tencentcloudapi.ame.v20190916.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.
-