Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static CustomEncryptionKey.KeyState |
CustomEncryptionKey.KeyState.create(String key) |
CustomEncryptionKey.KeyState |
CustomEncryptionKey.getKeyState()
Life cycle State of the custom key
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
CustomEncryptionKey.Builder |
CustomEncryptionKey.Builder.keyState(CustomEncryptionKey.KeyState keyState)
Life cycle State of the custom key
|
Constructor and Description |
---|
CustomEncryptionKey(String kmsKeyId,
CustomEncryptionKey.KeyState keyState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.