Uses of Class
com.oracle.bmc.loganalytics.model.EncryptionKeyInfoSummary
-
Packages that use EncryptionKeyInfoSummary Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EncryptionKeyInfoSummary in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EncryptionKeyInfoSummary Modifier and Type Method Description EncryptionKeyInfoSummary
EncryptionKeyInfoSummary.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type EncryptionKeyInfoSummary Modifier and Type Method Description List<EncryptionKeyInfoSummary>
EncryptionKeyInfoCollection. getItems()
This is an array of encryption key info.Methods in com.oracle.bmc.loganalytics.model with parameters of type EncryptionKeyInfoSummary Modifier and Type Method Description EncryptionKeyInfoSummary.Builder
EncryptionKeyInfoSummary.Builder. copy(EncryptionKeyInfoSummary model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EncryptionKeyInfoSummary Modifier and Type Method Description EncryptionKeyInfoCollection.Builder
EncryptionKeyInfoCollection.Builder. items(List<EncryptionKeyInfoSummary> items)
This is an array of encryption key info.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type EncryptionKeyInfoSummary Constructor Description EncryptionKeyInfoCollection(List<EncryptionKeyInfoSummary> items)
Deprecated.
-