Skip to main content

◆ 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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
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]credentialNameName of the credential to be altered. Must be an existing credential.
[in]credentialUpdatesMapMap containing the properties of the credential to be updated. Error if empty.
[in]optionsOptional 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]credentialNameName of the credential to be altered. Must be an existing credential.
[in]credentialUpdatesMapMap containing the properties of the credential to be updated. Error if empty.
[in]optionsOptional 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).