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 UpdateCustomAppIntegrationUpdateCustomAppIntegration. setIntegrationId(String integrationId)UpdateCustomAppIntegrationUpdateCustomAppIntegration. setRedirectUrls(Collection<String> redirectUrls)UpdateCustomAppIntegrationUpdateCustomAppIntegration. setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)Methods in com.databricks.sdk.service.oauth2 with parameters of type UpdateCustomAppIntegration Modifier and Type Method Description voidCustomAppIntegrationAPI. update(UpdateCustomAppIntegration request)Updates Custom OAuth App Integration.voidCustomAppIntegrationService. update(UpdateCustomAppIntegration updateCustomAppIntegration)Updates Custom OAuth App Integration.
-