Uses of Class
com.gpudb.protocol.AlterEnvironmentResponse
-
Packages that use AlterEnvironmentResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterEnvironmentResponse in com.gpudb
Methods in com.gpudb that return AlterEnvironmentResponse Modifier and Type Method Description AlterEnvironmentResponseGPUdb. alterEnvironment(AlterEnvironmentRequest request)Alters an existing environment which can be referenced by a user-defined function (UDF).AlterEnvironmentResponseGPUdb. alterEnvironment(String environmentName, String action, String value, Map<String,String> options)Alters an existing environment which can be referenced by a user-defined function (UDF). -
Uses of AlterEnvironmentResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterEnvironmentResponse Modifier and Type Method Description AlterEnvironmentResponseAlterEnvironmentResponse. setEnvironmentName(String environmentName)Value ofenvironmentName.AlterEnvironmentResponseAlterEnvironmentResponse. setInfo(Map<String,String> info)Additional information.
-