Interface PublishedAppIntegrationService
-
@Generated public interface PublishedAppIntegrationService
These APIs enable administrators to manage published oauth app integrations, which is required for adding/using Published OAuth App Integration like Tableau Cloud for Databricks in AWS cloud.**Note:** You can only add/use the OAuth published 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 CreatePublishedAppIntegrationOutput
create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.void
delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete Published OAuth App Integration.GetPublishedAppIntegrationOutput
get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.GetPublishedAppIntegrationsOutput
list()
Get published oauth app integrations.void
update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Updates Published OAuth App Integration.
-
-
-
Method Detail
-
create
CreatePublishedAppIntegrationOutput create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.Create Published OAuth App Integration.
You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
-
delete
void delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete Published OAuth App Integration.Delete an existing Published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
-
get
GetPublishedAppIntegrationOutput get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.Gets the Published OAuth App Integration for the given integration id.
-
list
GetPublishedAppIntegrationsOutput list()
Get published oauth app integrations.Get the list of published oauth app integrations for the specified Databricks account
-
update
void update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Updates Published OAuth App Integration.Updates an existing published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
-
-