Uses of Class
com.oracle.bmc.nosql.model.KmsKey.KmsKeyState
-
Packages that use KmsKey.KmsKeyState Package Description com.oracle.bmc.nosql.model -
-
Uses of KmsKey.KmsKeyState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return KmsKey.KmsKeyState Modifier and Type Method Description static KmsKey.KmsKeyState
KmsKey.KmsKeyState. create(String key)
KmsKey.KmsKeyState
KmsKey. getKmsKeyState()
The current state of the encryption key assigned to this Hosted Environment.static KmsKey.KmsKeyState
KmsKey.KmsKeyState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KmsKey.KmsKeyState[]
KmsKey.KmsKeyState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.model with parameters of type KmsKey.KmsKeyState Modifier and Type Method Description KmsKey.Builder
KmsKey.Builder. kmsKeyState(KmsKey.KmsKeyState kmsKeyState)
The current state of the encryption key assigned to this Hosted Environment.Constructors in com.oracle.bmc.nosql.model with parameters of type KmsKey.KmsKeyState Constructor Description KmsKey(String id, String kmsVaultId, KmsKey.KmsKeyState kmsKeyState, Date timeCreated, Date timeUpdated)
Deprecated.
-