Uses of Class
com.databricks.sdk.service.provisioning.KeyUseCase
-
Packages that use KeyUseCase Package Description com.databricks.sdk.service.provisioning -
-
Uses of KeyUseCase in com.databricks.sdk.service.provisioning
Methods in com.databricks.sdk.service.provisioning that return KeyUseCase Modifier and Type Method Description static KeyUseCase
KeyUseCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyUseCase[]
KeyUseCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.provisioning that return types with arguments of type KeyUseCase Modifier and Type Method Description Collection<KeyUseCase>
CreateCustomerManagedKeyRequest. getUseCases()
Collection<KeyUseCase>
CustomerManagedKey. getUseCases()
Method parameters in com.databricks.sdk.service.provisioning with type arguments of type KeyUseCase Modifier and Type Method Description CustomerManagedKey
EncryptionKeysAPI. create(CreateAwsKeyInfo awsKeyInfo, Collection<KeyUseCase> useCases)
CreateCustomerManagedKeyRequest
CreateCustomerManagedKeyRequest. setUseCases(Collection<KeyUseCase> useCases)
CustomerManagedKey
CustomerManagedKey. setUseCases(Collection<KeyUseCase> useCases)
-