◆ alterCredential() [1/4]
| AlterCredentialResponse gpudb::GPUdb::alterCredential | ( | const AlterCredentialRequest & | request_ | ) | const |
Alter the properties of an existing credential.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ alterCredential() [2/4]
| AlterCredentialResponse & gpudb::GPUdb::alterCredential | ( | const AlterCredentialRequest & | request_, |
| AlterCredentialResponse & | response_ ) const |
Alter the properties of an existing credential.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ alterCredential() [3/4]
| AlterCredentialResponse gpudb::GPUdb::alterCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | credentialUpdatesMap, | ||
| const std::map< std::string, std::string > & | options ) const |
Alter the properties of an existing credential.
Parameters
| [in] | credentialName | Name of the credential to be altered. Must be an existing credential. |
| [in] | credentialUpdatesMap | Map containing the properties of the credential to be updated. Error if empty.
|
| [in] | options | Optional parameters. |
Returns
Response object containing the result of the operation.
◆ alterCredential() [4/4]
| AlterCredentialResponse & gpudb::GPUdb::alterCredential | ( | const std::string & | credentialName, |
| const std::map< std::string, std::string > & | credentialUpdatesMap, | ||
| const std::map< std::string, std::string > & | options, | ||
| AlterCredentialResponse & | response_ ) const |
Alter the properties of an existing credential.
Parameters
| [in] | credentialName | Name of the credential to be altered. Must be an existing credential. |
| [in] | credentialUpdatesMap | Map containing the properties of the credential to be updated. Error if empty.
|
| [in] | options | Optional parameters. |
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).