| Package | Description |
|---|---|
| com.databricks.sdk.service.networking |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
EndpointsService.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates a new network connectivity endpoint that enables private connectivity between your
network resources and Databricks services.
|
Endpoint |
EndpointsAPI.createEndpoint(CreateEndpointRequest request)
Creates a new network connectivity endpoint that enables private connectivity between your
network resources and Databricks services.
|
Endpoint |
CreateEndpointRequest.getEndpoint() |
Endpoint |
EndpointsService.getEndpoint(GetEndpointRequest getEndpointRequest)
Gets details of a specific network endpoint.
|
Endpoint |
EndpointsAPI.getEndpoint(GetEndpointRequest request)
Gets details of a specific network endpoint.
|
Endpoint |
EndpointsAPI.getEndpoint(String name) |
Endpoint |
Endpoint.setAccountId(String accountId) |
Endpoint |
Endpoint.setAzurePrivateEndpointInfo(AzurePrivateEndpointInfo azurePrivateEndpointInfo) |
Endpoint |
Endpoint.setCreateTime(com.google.protobuf.Timestamp createTime) |
Endpoint |
Endpoint.setDisplayName(String displayName) |
Endpoint |
Endpoint.setEndpointId(String endpointId) |
Endpoint |
Endpoint.setName(String name) |
Endpoint |
Endpoint.setRegion(String region) |
Endpoint |
Endpoint.setState(EndpointState state) |
Endpoint |
Endpoint.setUseCase(EndpointUseCase useCase) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Endpoint> |
ListEndpointsResponse.getItems() |
Iterable<Endpoint> |
EndpointsAPI.listEndpoints(ListEndpointsRequest request)
Lists all network connectivity endpoints for the account.
|
Iterable<Endpoint> |
EndpointsAPI.listEndpoints(String parent) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest |
CreateEndpointRequest.setEndpoint(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse |
ListEndpointsResponse.setItems(Collection<Endpoint> items) |
Copyright © 2026. All rights reserved.