@Generated public interface PublishedAppIntegrationService
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 |
|---|---|
CreatePublishedAppIntegrationOutput |
create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.
|
void |
delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete an existing Published OAuth App Integration.
|
GetPublishedAppIntegrationOutput |
get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Gets the Published OAuth App Integration for the given integration id.
|
GetPublishedAppIntegrationsOutput |
list(ListPublishedAppIntegrationsRequest listPublishedAppIntegrationsRequest)
Get the list of published OAuth app integrations for the specified Databricks account
|
void |
update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Updates an existing published OAuth App Integration.
|
CreatePublishedAppIntegrationOutput create(CreatePublishedAppIntegration createPublishedAppIntegration)
You can retrieve the published OAuth app integration via :method:PublishedAppIntegration/get.
void delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
GetPublishedAppIntegrationOutput get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
GetPublishedAppIntegrationsOutput list(ListPublishedAppIntegrationsRequest listPublishedAppIntegrationsRequest)
void update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Copyright © 2026. All rights reserved.