Package | Description |
---|---|
com.databricks.sdk.service.provisioning |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<KeyUseCase> |
CreateCustomerManagedKeyRequest.getUseCases() |
Collection<KeyUseCase> |
CustomerManagedKey.getUseCases() |
Modifier and Type | Method and Description |
---|---|
CustomerManagedKey |
EncryptionKeysAPI.create(Collection<KeyUseCase> useCases) |
CreateCustomerManagedKeyRequest |
CreateCustomerManagedKeyRequest.setUseCases(Collection<KeyUseCase> useCases) |
CustomerManagedKey |
CustomerManagedKey.setUseCases(Collection<KeyUseCase> useCases) |
Copyright © 2023. All rights reserved.