Uses of Class
com.databricks.sdk.service.provisioning.CustomerManagedKey
-
Packages that use CustomerManagedKey Package Description com.databricks.sdk.service.provisioning -
-
Uses of CustomerManagedKey in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return CustomerManagedKey Modifier and Type Method Description CustomerManagedKeyEncryptionKeysAPI. create(CreateCustomerManagedKeyRequest request)Create encryption key configuration.CustomerManagedKeyEncryptionKeysAPI. create(Collection<KeyUseCase> useCases)CustomerManagedKeyEncryptionKeysService. create(CreateCustomerManagedKeyRequest createCustomerManagedKeyRequest)Create encryption key configuration.CustomerManagedKeyEncryptionKeysAPI. get(GetEncryptionKeyRequest request)Get encryption key configuration.CustomerManagedKeyEncryptionKeysAPI. get(String customerManagedKeyId)CustomerManagedKeyEncryptionKeysService. get(GetEncryptionKeyRequest getEncryptionKeyRequest)Get encryption key configuration.CustomerManagedKeyCustomerManagedKey. setAccountId(String accountId)CustomerManagedKeyCustomerManagedKey. setAwsKeyInfo(AwsKeyInfo awsKeyInfo)CustomerManagedKeyCustomerManagedKey. setCreationTime(Long creationTime)CustomerManagedKeyCustomerManagedKey. setCustomerManagedKeyId(String customerManagedKeyId)CustomerManagedKeyCustomerManagedKey. setGcpKeyInfo(GcpKeyInfo gcpKeyInfo)CustomerManagedKeyCustomerManagedKey. setUseCases(Collection<KeyUseCase> useCases)Methods in com.databricks.sdk.service.provisioning that return types with arguments of type CustomerManagedKey Modifier and Type Method Description Iterable<CustomerManagedKey>EncryptionKeysAPI. list()Get all encryption key configurations.Collection<CustomerManagedKey>EncryptionKeysService. list()Get all encryption key configurations.
-