| Package | Description |
|---|---|
| com.databricks.sdk | |
| com.databricks.sdk.core.utils | |
| com.databricks.sdk.service.provisioning |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceClient |
AccountClient.getWorkspaceClient(Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
AzureUtils.getAzureWorkspaceResourceId(Workspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(CreateWorkspaceRequest request)
Create a new workspace.
|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(CreateWorkspaceRequest request)
Create a new workspace.
|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(String workspaceName) |
Wait<Workspace,Workspace> |
WorkspacesAPI.create(String workspaceName) |
Collection<Workspace> |
WorkspacesService.list()
Get all workspaces.
|
Iterable<Workspace> |
WorkspacesAPI.list()
Get all workspaces.
|
Wait<Workspace,Void> |
WorkspacesAPI.update(long workspaceId) |
Wait<Workspace,Void> |
WorkspacesAPI.update(UpdateWorkspaceRequest request)
Update workspace configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Workspace |
WorkspacesAPI.waitGetWorkspaceRunning(Long workspaceId,
Duration timeout,
Consumer<Workspace> callback) |
Copyright © 2024. All rights reserved.