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 CreateCustomAppIntegrationCreateCustomAppIntegration. setConfidential(Boolean confidential)CreateCustomAppIntegrationCreateCustomAppIntegration. setName(String name)CreateCustomAppIntegrationCreateCustomAppIntegration. setRedirectUrls(Collection<String> redirectUrls)CreateCustomAppIntegrationCreateCustomAppIntegration. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)Methods in com.databricks.sdk.service.oauth2 with parameters of type CreateCustomAppIntegration Modifier and Type Method Description CreateCustomAppIntegrationOutputCustomAppIntegrationAPI. create(CreateCustomAppIntegration request)Create Custom OAuth App Integration.CreateCustomAppIntegrationOutputCustomAppIntegrationService. create(CreateCustomAppIntegration createCustomAppIntegration)Create Custom OAuth App Integration.
-