Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static EncryptionKeySource |
EncryptionKeySource.create(String key) |
EncryptionKeySource |
EncryptionKeyInfoSummary.getKeySource()
This is the source of the encryption key.
|
static EncryptionKeySource |
EncryptionKeySource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionKeySource[] |
EncryptionKeySource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EncryptionKeyInfoSummary.Builder |
EncryptionKeyInfoSummary.Builder.keySource(EncryptionKeySource keySource)
This is the source of the encryption key.
|
Constructor and Description |
---|
EncryptionKeyInfoSummary(EncryptionKeySource keySource,
String keyId,
EncryptionKeyType keyType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.