Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
Account[] |
ModifyAccountPasswordRequest.getAccounts()
Get TencentDB account
|
Account[] |
ModifyAccountDescriptionRequest.getAccounts()
Get TencentDB account
|
Account[] |
CreateAccountsRequest.getAccounts()
Get List of TencentDB accounts
|
Account[] |
ModifyAccountMaxUserConnectionsRequest.getAccounts()
Get List of TencentDB accounts
|
Account[] |
DeleteAccountsRequest.getAccounts()
Get TencentDB account.
|
Account[] |
ModifyAccountPrivilegesRequest.getAccounts()
Get Database account, including username and domain name.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyAccountPasswordRequest.setAccounts(Account[] Accounts)
Set TencentDB account
|
void |
ModifyAccountDescriptionRequest.setAccounts(Account[] Accounts)
Set TencentDB account
|
void |
CreateAccountsRequest.setAccounts(Account[] Accounts)
Set List of TencentDB accounts
|
void |
ModifyAccountMaxUserConnectionsRequest.setAccounts(Account[] Accounts)
Set List of TencentDB accounts
|
void |
DeleteAccountsRequest.setAccounts(Account[] Accounts)
Set TencentDB account.
|
void |
ModifyAccountPrivilegesRequest.setAccounts(Account[] Accounts)
Set Database account, including username and domain name.
|
Constructor and Description |
---|
Account(Account 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.
|
Copyright © 2023. All rights reserved.