| Package | Description |
|---|---|
| com.databricks.sdk.service.sql |
| Modifier and Type | Method and Description |
|---|---|
Wait<GetWarehouseResponse,CreateWarehouseResponse> |
WarehousesAPI.create(CreateWarehouseRequest request)
Create a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.edit(EditWarehouseRequest request)
Update a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.edit(String id) |
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.start(StartRequest request)
Start a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.start(String id) |
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.stop(StopRequest request)
Stop a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.stop(String id) |
| Modifier and Type | Method and Description |
|---|---|
GetWarehouseResponse |
WarehousesAPI.waitGetWarehouseRunning(String id,
Duration timeout,
Consumer<GetWarehouseResponse> callback) |
GetWarehouseResponse |
WarehousesAPI.waitGetWarehouseStopped(String id,
Duration timeout,
Consumer<GetWarehouseResponse> callback) |
Copyright © 2024. All rights reserved.