Uses of Class
com.databricks.sdk.service.oauth2.UpdateCustomAppIntegration
-
Packages that use UpdateCustomAppIntegration Package Description com.databricks.sdk.service.oauth2 -
-
Uses of UpdateCustomAppIntegration in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return UpdateCustomAppIntegration Modifier and Type Method Description UpdateCustomAppIntegration
UpdateCustomAppIntegration. setIntegrationId(String integrationId)
UpdateCustomAppIntegration
UpdateCustomAppIntegration. setRedirectUrls(Collection<String> redirectUrls)
UpdateCustomAppIntegration
UpdateCustomAppIntegration. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
Methods in com.databricks.sdk.service.oauth2 with parameters of type UpdateCustomAppIntegration Modifier and Type Method Description void
CustomAppIntegrationAPI. update(UpdateCustomAppIntegration request)
Updates Custom OAuth App Integration.void
CustomAppIntegrationService. update(UpdateCustomAppIntegration updateCustomAppIntegration)
Updates Custom OAuth App Integration.
-