Uses of Class
com.tencentcloudapi.cme.v20191029.models.AuthorizationInfo
-
Packages that use AuthorizationInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of AuthorizationInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return AuthorizationInfo Modifier and Type Method Description AuthorizationInfo[]DescribeResourceAuthorizationResponse. getAuthorizationInfoSet()Get 授权信息列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type AuthorizationInfo Modifier and Type Method Description voidDescribeResourceAuthorizationResponse. setAuthorizationInfoSet(AuthorizationInfo[] AuthorizationInfoSet)Set 授权信息列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type AuthorizationInfo Constructor Description AuthorizationInfo(AuthorizationInfo 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.
-