Uses of Class
com.databricks.sdk.service.oauth2.DeletePublishedAppIntegrationRequest
-
Packages that use DeletePublishedAppIntegrationRequest Package Description com.databricks.sdk.service.oauth2 -
-
Uses of DeletePublishedAppIntegrationRequest in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return DeletePublishedAppIntegrationRequest Modifier and Type Method Description DeletePublishedAppIntegrationRequest
DeletePublishedAppIntegrationRequest. setIntegrationId(String integrationId)
Methods in com.databricks.sdk.service.oauth2 with parameters of type DeletePublishedAppIntegrationRequest Modifier and Type Method Description void
PublishedAppIntegrationAPI. delete(DeletePublishedAppIntegrationRequest request)
Delete Published OAuth App Integration.void
PublishedAppIntegrationService. delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete Published OAuth App Integration.
-