Uses of Class
com.databricks.sdk.service.oauth2.CreateCustomAppIntegration
-
Packages that use CreateCustomAppIntegration Package Description com.databricks.sdk.service.oauth2 -
-
Uses of CreateCustomAppIntegration in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return CreateCustomAppIntegration Modifier and Type Method Description CreateCustomAppIntegration
CreateCustomAppIntegration. setConfidential(Boolean confidential)
CreateCustomAppIntegration
CreateCustomAppIntegration. setName(String name)
CreateCustomAppIntegration
CreateCustomAppIntegration. setRedirectUrls(Collection<String> redirectUrls)
CreateCustomAppIntegration
CreateCustomAppIntegration. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
Methods in com.databricks.sdk.service.oauth2 with parameters of type CreateCustomAppIntegration Modifier and Type Method Description CreateCustomAppIntegrationOutput
CustomAppIntegrationAPI. create(CreateCustomAppIntegration request)
Create Custom OAuth App Integration.CreateCustomAppIntegrationOutput
CustomAppIntegrationService. create(CreateCustomAppIntegration createCustomAppIntegration)
Create Custom OAuth App Integration.
-