@Generated public class VpcEndpointsAPI extends Object
| Constructor and Description |
|---|
VpcEndpointsAPI(ApiClient apiClient)
Regular-use constructor
|
VpcEndpointsAPI(VpcEndpointsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
create(CreateVpcEndpointRequest request)
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 request)
Deletes a Databricks VPC endpoint configuration.
|
VpcEndpoint |
delete(String vpcEndpointId) |
VpcEndpoint |
get(GetVpcEndpointRequest request)
Gets a VPC endpoint configuration, which represents a [VPC endpoint] object in AWS used to
communicate privately with Databricks over [AWS PrivateLink].
|
VpcEndpoint |
get(String vpcEndpointId) |
VpcEndpointsService |
impl() |
Iterable<VpcEndpoint> |
list()
Lists Databricks VPC endpoint configurations for an account.
|
public VpcEndpointsAPI(ApiClient apiClient)
public VpcEndpointsAPI(VpcEndpointsService mock)
public VpcEndpoint create(CreateVpcEndpointRequest request)
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
public VpcEndpoint delete(String vpcEndpointId)
public VpcEndpoint delete(DeleteVpcEndpointRequest request)
public VpcEndpoint get(String vpcEndpointId)
public VpcEndpoint get(GetVpcEndpointRequest request)
[AWS PrivateLink]: https://aws.amazon.com/privatelink [VPC endpoint]: https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html
public Iterable<VpcEndpoint> list()
public VpcEndpointsService impl()
Copyright © 2026. All rights reserved.