Uses of Class
com.oracle.bmc.streaming.model.CustomEncryptionKey.KeyState
-
Packages that use CustomEncryptionKey.KeyState Package Description com.oracle.bmc.streaming.model -
-
Uses of CustomEncryptionKey.KeyState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CustomEncryptionKey.KeyState Modifier and Type Method Description static CustomEncryptionKey.KeyState
CustomEncryptionKey.KeyState. create(String key)
CustomEncryptionKey.KeyState
CustomEncryptionKey. getKeyState()
Life cycle State of the custom keystatic CustomEncryptionKey.KeyState
CustomEncryptionKey.KeyState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomEncryptionKey.KeyState[]
CustomEncryptionKey.KeyState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKey.KeyState Modifier and Type Method Description CustomEncryptionKey.Builder
CustomEncryptionKey.Builder. keyState(CustomEncryptionKey.KeyState keyState)
Life cycle State of the custom keyConstructors in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKey.KeyState Constructor Description CustomEncryptionKey(String kmsKeyId, CustomEncryptionKey.KeyState keyState)
Deprecated.
-