Uses of Class
com.oracle.bmc.loganalytics.model.EncryptionKeySource
-
Packages that use EncryptionKeySource Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EncryptionKeySource in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EncryptionKeySource Modifier and Type Method 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.Methods in com.oracle.bmc.loganalytics.model with parameters of type EncryptionKeySource Modifier and Type Method Description EncryptionKeyInfoSummary.Builder
EncryptionKeyInfoSummary.Builder. keySource(EncryptionKeySource keySource)
This is the source of the encryption key.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EncryptionKeySource Constructor Description EncryptionKeyInfoSummary(EncryptionKeySource keySource, String keyId, EncryptionKeyType keyType)
Deprecated.
-