Uses of Class
com.gpudb.protocol.AlterCredentialResponse
-
Packages that use AlterCredentialResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterCredentialResponse in com.gpudb
Methods in com.gpudb that return AlterCredentialResponse Modifier and Type Method Description AlterCredentialResponseGPUdb. alterCredential(AlterCredentialRequest request)Alter the properties of an existing credential.AlterCredentialResponseGPUdb. alterCredential(String credentialName, Map<String,String> credentialUpdatesMap, Map<String,String> options)Alter the properties of an existing credential. -
Uses of AlterCredentialResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterCredentialResponse Modifier and Type Method Description AlterCredentialResponseAlterCredentialResponse. setCredentialName(String credentialName)Value ofcredentialName.AlterCredentialResponseAlterCredentialResponse. setInfo(Map<String,String> info)Additional information.
-