Uses of Class
com.databricks.sdk.service.oauth2.GetPublishedAppIntegrationRequest
-
Packages that use GetPublishedAppIntegrationRequest Package Description com.databricks.sdk.service.oauth2 -
-
Uses of GetPublishedAppIntegrationRequest in com.databricks.sdk.service.oauth2
Methods in com.databricks.sdk.service.oauth2 that return GetPublishedAppIntegrationRequest Modifier and Type Method Description GetPublishedAppIntegrationRequest
GetPublishedAppIntegrationRequest. setIntegrationId(String integrationId)
Methods in com.databricks.sdk.service.oauth2 with parameters of type GetPublishedAppIntegrationRequest Modifier and Type Method Description GetPublishedAppIntegrationOutput
PublishedAppIntegrationAPI. get(GetPublishedAppIntegrationRequest request)
Get OAuth Published App Integration.GetPublishedAppIntegrationOutput
PublishedAppIntegrationService. get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.
-