Uses of Class
com.databricks.sdk.service.catalog.ListStorageCredentialsResponse
-
Packages that use ListStorageCredentialsResponse Package Description com.databricks.sdk.service.catalog -
-
Uses of ListStorageCredentialsResponse in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return ListStorageCredentialsResponse Modifier and Type Method Description ListStorageCredentialsResponseAccountStorageCredentialsAPI. list(ListAccountStorageCredentialsRequest request)Get all storage credentials assigned to a metastore.ListStorageCredentialsResponseAccountStorageCredentialsAPI. list(String metastoreId)ListStorageCredentialsResponseAccountStorageCredentialsService. list(ListAccountStorageCredentialsRequest listAccountStorageCredentialsRequest)Get all storage credentials assigned to a metastore.ListStorageCredentialsResponseStorageCredentialsService. list()List credentials.ListStorageCredentialsResponseListStorageCredentialsResponse. setStorageCredentials(Collection<StorageCredentialInfo> storageCredentials)
-