Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsExtendedField
-
Packages that use LogAnalyticsExtendedField Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsExtendedField in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsExtendedField Modifier and Type Method Description LogAnalyticsExtendedField
LogAnalyticsExtendedField.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type LogAnalyticsExtendedField Modifier and Type Method Description List<LogAnalyticsExtendedField>
LogAnalyticsSourceExtendedFieldDefinition. getExtendedFields()
An array of extended fields.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsExtendedField Modifier and Type Method Description LogAnalyticsExtendedField.Builder
LogAnalyticsExtendedField.Builder. copy(LogAnalyticsExtendedField model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsExtendedField Modifier and Type Method Description LogAnalyticsSourceExtendedFieldDefinition.Builder
LogAnalyticsSourceExtendedFieldDefinition.Builder. extendedFields(List<LogAnalyticsExtendedField> extendedFields)
An array of extended fields.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type LogAnalyticsExtendedField Constructor Description LogAnalyticsSourceExtendedFieldDefinition(LogAnalyticsField field, String displayRegularExpression, List<LogAnalyticsExtendedField> extendedFields, String baseFieldName, String baseFieldLogText, String conditionDataType, String conditionField, String conditionOperator, String conditionValue, String convertedRegularExpression, Boolean isEnabled, Long extendedFieldDefinitionId, Boolean isSystem, String regularExpression, Long sourceId, Date timeUpdated)
Deprecated.
-