Uses of Class
com.databricks.sdk.service.oauth2.CreatePublishedAppIntegration
-
Packages that use CreatePublishedAppIntegration Package Description com.databricks.sdk.service.oauth2 -
-
Uses of CreatePublishedAppIntegration in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return CreatePublishedAppIntegration Modifier and Type Method Description CreatePublishedAppIntegration
CreatePublishedAppIntegration. setAppId(String appId)
CreatePublishedAppIntegration
CreatePublishedAppIntegration. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
Methods in com.databricks.sdk.service.oauth2 with parameters of type CreatePublishedAppIntegration Modifier and Type Method Description CreatePublishedAppIntegrationOutput
PublishedAppIntegrationAPI. create(CreatePublishedAppIntegration request)
Create Published OAuth App Integration.CreatePublishedAppIntegrationOutput
PublishedAppIntegrationService. create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.
-