Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ReadOnlyGroup
-
Packages that use ReadOnlyGroup Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ReadOnlyGroup in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ReadOnlyGroup Modifier and Type Method Description ReadOnlyGroup[]
DescribeReadOnlyGroupsResponse. getReadOnlyGroupList()
Get 只读组列表Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ReadOnlyGroup Modifier and Type Method Description void
DescribeReadOnlyGroupsResponse. setReadOnlyGroupList(ReadOnlyGroup[] ReadOnlyGroupList)
Set 只读组列表Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ReadOnlyGroup Constructor Description ReadOnlyGroup(ReadOnlyGroup 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.
-