Uses of Class
com.oracle.bmc.keymanagement.model.Vault.VaultType
-
Packages that use Vault.VaultType Package Description com.oracle.bmc.keymanagement.model -
-
Uses of Vault.VaultType in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return Vault.VaultType Modifier and Type Method Description static Vault.VaultTypeVault.VaultType. create(String key)Vault.VaultTypeVault. getVaultType()The type of vault.static Vault.VaultTypeVault.VaultType. valueOf(String name)Returns the enum constant of this type with the specified name.static Vault.VaultType[]Vault.VaultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type Vault.VaultType Modifier and Type Method Description Vault.BuilderVault.Builder. vaultType(Vault.VaultType vaultType)The type of vault.Constructors in com.oracle.bmc.keymanagement.model with parameters of type Vault.VaultType Constructor Description Vault(String compartmentId, String cryptoEndpoint, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Vault.LifecycleState lifecycleState, String managementEndpoint, Date timeCreated, Date timeOfDeletion, Vault.VaultType vaultType, String restoredFromVaultId, String wrappingkeyId, VaultReplicaDetails replicaDetails, Boolean isPrimary, Boolean isVaultReplicable, ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary)Deprecated.
-