| Package | Description |
|---|---|
| com.databricks.sdk.service.disasterrecovery |
| Modifier and Type | Method and Description |
|---|---|
StableUrl |
DisasterRecoveryAPI.createStableUrl(CreateStableUrlRequest request)
Create a new stable URL.
|
StableUrl |
DisasterRecoveryService.createStableUrl(CreateStableUrlRequest createStableUrlRequest)
Create a new stable URL.
|
StableUrl |
CreateStableUrlRequest.getStableUrl() |
StableUrl |
DisasterRecoveryAPI.getStableUrl(GetStableUrlRequest request)
Get a stable URL.
|
StableUrl |
DisasterRecoveryService.getStableUrl(GetStableUrlRequest getStableUrlRequest)
Get a stable URL.
|
StableUrl |
DisasterRecoveryAPI.getStableUrl(String name) |
StableUrl |
StableUrl.setFailoverGroupName(String failoverGroupName) |
StableUrl |
StableUrl.setInitialWorkspaceId(String initialWorkspaceId) |
StableUrl |
StableUrl.setName(String name) |
StableUrl |
StableUrl.setUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StableUrl> |
ListStableUrlsResponse.getStableUrls() |
Iterable<StableUrl> |
DisasterRecoveryAPI.listStableUrls(ListStableUrlsRequest request)
List stable URLs for an account.
|
Iterable<StableUrl> |
DisasterRecoveryAPI.listStableUrls(String parent) |
| Modifier and Type | Method and Description |
|---|---|
CreateStableUrlRequest |
CreateStableUrlRequest.setStableUrl(StableUrl stableUrl) |
| Modifier and Type | Method and Description |
|---|---|
ListStableUrlsResponse |
ListStableUrlsResponse.setStableUrls(Collection<StableUrl> stableUrls) |
Copyright © 2026. All rights reserved.