@Generated public interface EndpointsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates a new network connectivity endpoint that enables private connectivity between your
network resources and Databricks services.
|
void |
deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes a network endpoint.
|
Endpoint |
getEndpoint(GetEndpointRequest getEndpointRequest)
Gets details of a specific network endpoint.
|
ListEndpointsResponse |
listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists all network connectivity endpoints for the account.
|
Endpoint createEndpoint(CreateEndpointRequest createEndpointRequest)
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.
void deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Endpoint getEndpoint(GetEndpointRequest getEndpointRequest)
ListEndpointsResponse listEndpoints(ListEndpointsRequest listEndpointsRequest)
Copyright © 2026. All rights reserved.