Uses of Class
com.gpudb.protocol.AlterResourceGroupResponse
-
Packages that use AlterResourceGroupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterResourceGroupResponse in com.gpudb
Methods in com.gpudb that return AlterResourceGroupResponse Modifier and Type Method Description AlterResourceGroupResponseGPUdb. alterResourceGroup(AlterResourceGroupRequest request)Alters the properties of an existing resource group to facilitate resource management.AlterResourceGroupResponseGPUdb. alterResourceGroup(String name, Map<String,Map<String,String>> tierAttributes, String ranking, String adjoiningResourceGroup, Map<String,String> options)Alters the properties of an existing resource group to facilitate resource management. -
Uses of AlterResourceGroupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterResourceGroupResponse Modifier and Type Method Description AlterResourceGroupResponseAlterResourceGroupResponse. setInfo(Map<String,String> info)Additional information.AlterResourceGroupResponseAlterResourceGroupResponse. setName(String name)Value ofname.
-