Uses of Class
com.tencentcloudapi.cme.v20191029.models.Authorizer
-
Packages that use Authorizer Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of Authorizer in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return Authorizer Modifier and Type Method Description Authorizer[]DescribeSharedSpaceResponse. getAuthorizerSet()Get 各个共享空间对应的授权者信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type Authorizer Modifier and Type Method Description voidDescribeSharedSpaceResponse. setAuthorizerSet(Authorizer[] AuthorizerSet)Set 各个共享空间对应的授权者信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type Authorizer Constructor Description Authorizer(Authorizer 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.
-