Uses of Class
com.gpudb.protocol.AlterDatasinkResponse
-
Packages that use AlterDatasinkResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterDatasinkResponse in com.gpudb
Methods in com.gpudb that return AlterDatasinkResponse Modifier and Type Method Description AlterDatasinkResponseGPUdb. alterDatasink(AlterDatasinkRequest request)Alters the properties of an existing data sinkAlterDatasinkResponseGPUdb. alterDatasink(String name, Map<String,String> datasinkUpdatesMap, Map<String,String> options)Alters the properties of an existing data sink -
Uses of AlterDatasinkResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterDatasinkResponse Modifier and Type Method Description AlterDatasinkResponseAlterDatasinkResponse. setInfo(Map<String,String> info)Additional information.AlterDatasinkResponseAlterDatasinkResponse. setUpdatedPropertiesMap(Map<String,String> updatedPropertiesMap)Map of values updated
-