Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsPreference
-
Packages that use LogAnalyticsPreference Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsPreference in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsPreference Modifier and Type Method Description LogAnalyticsPreference
LogAnalyticsPreference.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsPreference Modifier and Type Method Description List<LogAnalyticsPreference>
LogAnalyticsPreferenceCollection. getItems()
An array of tenant preferences.List<LogAnalyticsPreference>
LogAnalyticsPreferenceDetails. getItems()
An array of tenant preference details.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsPreference Modifier and Type Method Description LogAnalyticsPreference.Builder
LogAnalyticsPreference.Builder. copy(LogAnalyticsPreference model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsPreference Modifier and Type Method Description LogAnalyticsPreferenceCollection.Builder
LogAnalyticsPreferenceCollection.Builder. items(List<LogAnalyticsPreference> items)
An array of tenant preferences.LogAnalyticsPreferenceDetails.Builder
LogAnalyticsPreferenceDetails.Builder. items(List<LogAnalyticsPreference> items)
An array of tenant preference details.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsPreference Constructor Description LogAnalyticsPreferenceCollection(List<LogAnalyticsPreference> items)
Deprecated.LogAnalyticsPreferenceDetails(List<LogAnalyticsPreference> items)
Deprecated.
-