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