Uses of Class
com.databricks.sdk.service.catalog.UpdateStorageCredential
-
Packages that use UpdateStorageCredential Package Description com.databricks.sdk.service.catalog -
-
Uses of UpdateStorageCredential in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return UpdateStorageCredential Modifier and Type Method Description UpdateStorageCredentialUpdateStorageCredential. setAwsIamRole(AwsIamRole awsIamRole)UpdateStorageCredentialUpdateStorageCredential. setAzureServicePrincipal(AzureServicePrincipal azureServicePrincipal)UpdateStorageCredentialUpdateStorageCredential. setComment(String comment)UpdateStorageCredentialUpdateStorageCredential. setForce(Boolean force)UpdateStorageCredentialUpdateStorageCredential. setGcpServiceAccountKey(GcpServiceAccountKey gcpServiceAccountKey)UpdateStorageCredentialUpdateStorageCredential. setName(String name)UpdateStorageCredentialUpdateStorageCredential. setOwner(String owner)UpdateStorageCredentialUpdateStorageCredential. setReadOnly(Boolean readOnly)UpdateStorageCredentialUpdateStorageCredential. setSkipValidation(Boolean skipValidation)Methods in com.databricks.sdk.service.catalog with parameters of type UpdateStorageCredential Modifier and Type Method Description StorageCredentialInfoStorageCredentialsAPI. update(UpdateStorageCredential request)Update a credential.StorageCredentialInfoStorageCredentialsService. update(UpdateStorageCredential updateStorageCredential)Update a credential.
-