Uses of Class
com.gpudb.protocol.CreateResourceGroupResponse
-
Packages that use CreateResourceGroupResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateResourceGroupResponse in com.gpudb
Methods in com.gpudb that return CreateResourceGroupResponse Modifier and Type Method Description CreateResourceGroupResponseGPUdb. createResourceGroup(CreateResourceGroupRequest request)Creates a new resource group to facilitate resource management.CreateResourceGroupResponseGPUdb. createResourceGroup(String name, Map<String,Map<String,String>> tierAttributes, String ranking, String adjoiningResourceGroup, Map<String,String> options)Creates a new resource group to facilitate resource management. -
Uses of CreateResourceGroupResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateResourceGroupResponse Modifier and Type Method Description CreateResourceGroupResponseCreateResourceGroupResponse. setInfo(Map<String,String> info)Additional information.CreateResourceGroupResponseCreateResourceGroupResponse. setName(String name)Value ofname.
-