Uses of Class
com.databricks.sdk.service.oauth2.CreateCustomAppIntegrationOutput
-
Packages that use CreateCustomAppIntegrationOutput Package Description com.databricks.sdk.service.oauth2 -
-
Uses of CreateCustomAppIntegrationOutput in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return CreateCustomAppIntegrationOutput Modifier and Type Method Description CreateCustomAppIntegrationOutput
CustomAppIntegrationAPI. create(CreateCustomAppIntegration request)
Create Custom OAuth App Integration.CreateCustomAppIntegrationOutput
CustomAppIntegrationAPI. create(String name, Collection<String> redirectUrls)
CreateCustomAppIntegrationOutput
CustomAppIntegrationService. create(CreateCustomAppIntegration createCustomAppIntegration)
Create Custom OAuth App Integration.CreateCustomAppIntegrationOutput
CreateCustomAppIntegrationOutput. setClientId(String clientId)
CreateCustomAppIntegrationOutput
CreateCustomAppIntegrationOutput. setClientSecret(String clientSecret)
CreateCustomAppIntegrationOutput
CreateCustomAppIntegrationOutput. setIntegrationId(String integrationId)
-