Uses of Class
com.gpudb.protocol.CreateCredentialResponse
-
Packages that use CreateCredentialResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateCredentialResponse in com.gpudb
Methods in com.gpudb that return CreateCredentialResponse Modifier and Type Method Description CreateCredentialResponseGPUdb. createCredential(CreateCredentialRequest request)Create a new credential.CreateCredentialResponseGPUdb. createCredential(String credentialName, String type, String identity, String secret, Map<String,String> options)Create a new credential. -
Uses of CreateCredentialResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateCredentialResponse Modifier and Type Method Description CreateCredentialResponseCreateCredentialResponse. setCredentialName(String credentialName)Value ofcredentialName.CreateCredentialResponseCreateCredentialResponse. setInfo(Map<String,String> info)Additional information.
-