@Generated public interface CustomAppIntegrationService
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 |
|---|---|
CreateCustomAppIntegrationOutput |
create(CreateCustomAppIntegration createCustomAppIntegration)
Create Custom OAuth App Integration.
|
void |
delete(DeleteCustomAppIntegrationRequest deleteCustomAppIntegrationRequest)
Delete an existing Custom OAuth App Integration.
|
GetCustomAppIntegrationOutput |
get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
Gets the Custom OAuth App Integration for the given integration id.
|
GetCustomAppIntegrationsOutput |
list(ListCustomAppIntegrationsRequest listCustomAppIntegrationsRequest)
Get the list of custom OAuth app integrations for the specified Databricks account
|
void |
update(UpdateCustomAppIntegration updateCustomAppIntegration)
Updates an existing custom OAuth App Integration.
|
CreateCustomAppIntegrationOutput create(CreateCustomAppIntegration createCustomAppIntegration)
You can retrieve the custom OAuth app integration via :method:CustomAppIntegration/get.
void delete(DeleteCustomAppIntegrationRequest deleteCustomAppIntegrationRequest)
GetCustomAppIntegrationOutput get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
GetCustomAppIntegrationsOutput list(ListCustomAppIntegrationsRequest listCustomAppIntegrationsRequest)
void update(UpdateCustomAppIntegration updateCustomAppIntegration)
Copyright © 2026. All rights reserved.