@Generated public interface VpcEndpointsService
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 |
|---|---|
VpcEndpoint |
create(CreateVpcEndpointRequest createVpcEndpointRequest)
Creates a VPC endpoint configuration, which represents a [VPC endpoint] object in AWS used to
communicate privately with Databricks over [AWS PrivateLink].
|
VpcEndpoint |
delete(DeleteVpcEndpointRequest deleteVpcEndpointRequest)
Deletes a Databricks VPC endpoint configuration.
|
VpcEndpoint |
get(GetVpcEndpointRequest getVpcEndpointRequest)
Gets a VPC endpoint configuration, which represents a [VPC endpoint] object in AWS used to
communicate privately with Databricks over [AWS PrivateLink].
|
Collection<VpcEndpoint> |
list()
Lists Databricks VPC endpoint configurations for an account.
|
VpcEndpoint create(CreateVpcEndpointRequest createVpcEndpointRequest)
After you create the VPC endpoint configuration, the Databricks [endpoint service] automatically accepts the VPC endpoint.
Before configuring PrivateLink, read the [Databricks article about PrivateLink].
[AWS PrivateLink]: https://aws.amazon.com/privatelink [Databricks article about PrivateLink]: https://docs.databricks.com/administration-guide/cloud-configurations/aws/privatelink.html [VPC endpoint]: https://docs.aws.amazon.com/vpc/latest/privatelink/vpc-endpoints.html [endpoint service]: https://docs.aws.amazon.com/vpc/latest/privatelink/privatelink-share-your-services.html
VpcEndpoint delete(DeleteVpcEndpointRequest deleteVpcEndpointRequest)
VpcEndpoint get(GetVpcEndpointRequest getVpcEndpointRequest)
[AWS PrivateLink]: https://aws.amazon.com/privatelink [VPC endpoint]: https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html
Collection<VpcEndpoint> list()
Copyright © 2026. All rights reserved.