Uses of Class
com.tencentcloudapi.postgres.v20170312.models.AccountInfo
-
Packages that use AccountInfo Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of AccountInfo in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return AccountInfo Modifier and Type Method Description AccountInfo[]
DescribeAccountsResponse. getDetails()
Get 帐号列表详细信息。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type AccountInfo Modifier and Type Method Description void
DescribeAccountsResponse. setDetails(AccountInfo[] Details)
Set 帐号列表详细信息。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type AccountInfo Constructor Description AccountInfo(AccountInfo 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.
-