@Generated public class EndpointsAPI extends Object
| Constructor and Description |
|---|
EndpointsAPI(ApiClient apiClient)
Regular-use constructor
|
EndpointsAPI(EndpointsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
createEndpoint(CreateEndpointRequest request)
Creates a new network connectivity endpoint that enables private connectivity between your
network resources and Databricks services.
|
void |
deleteEndpoint(DeleteEndpointRequest request)
Deletes a network endpoint.
|
void |
deleteEndpoint(String name) |
Endpoint |
getEndpoint(GetEndpointRequest request)
Gets details of a specific network endpoint.
|
Endpoint |
getEndpoint(String name) |
EndpointsService |
impl() |
Iterable<Endpoint> |
listEndpoints(ListEndpointsRequest request)
Lists all network connectivity endpoints for the account.
|
Iterable<Endpoint> |
listEndpoints(String parent) |
public EndpointsAPI(ApiClient apiClient)
public EndpointsAPI(EndpointsService mock)
public Endpoint createEndpoint(CreateEndpointRequest request)
After creation, the endpoint is initially in the PENDING state. The Databricks endpoint service automatically reviews and approves the endpoint within a few minutes. Use the GET method to retrieve the latest endpoint state.
An endpoint can be used only after it reaches the APPROVED state.
public void deleteEndpoint(String name)
public void deleteEndpoint(DeleteEndpointRequest request)
public Endpoint getEndpoint(GetEndpointRequest request)
public Iterable<Endpoint> listEndpoints(ListEndpointsRequest request)
public EndpointsService impl()
Copyright © 2026. All rights reserved.