Interface CustomAppIntegrationService
-
@Generated public interface CustomAppIntegrationService
These APIs enable administrators to manage custom oauth app integrations, which is required for adding/using Custom OAuth App Integration like Tableau Cloud for Databricks in AWS cloud.**Note:** You can only add/use the OAuth custom application integrations when OAuth enrollment status is enabled. For more details see :method:OAuthEnrollment/create
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
create
CreateCustomAppIntegrationOutput create(CreateCustomAppIntegration createCustomAppIntegration)
Create Custom OAuth App Integration.Create Custom OAuth App Integration.
You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
-
delete
void delete(DeleteCustomAppIntegrationRequest deleteCustomAppIntegrationRequest)
Delete Custom OAuth App Integration.Delete an existing Custom OAuth App Integration. You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
-
get
GetCustomAppIntegrationOutput get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
Get OAuth Custom App Integration.Gets the Custom OAuth App Integration for the given integration id.
-
list
GetCustomAppIntegrationsOutput list()
Get custom oauth app integrations.Get the list of custom oauth app integrations for the specified Databricks account
-
update
void update(UpdateCustomAppIntegration updateCustomAppIntegration)
Updates Custom OAuth App Integration.Updates an existing custom OAuth App Integration. You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.
-
-