Uses of Class
com.oracle.bmc.loganalytics.model.EntityTypeProperty
-
Packages that use EntityTypeProperty Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EntityTypeProperty in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EntityTypeProperty Modifier and Type Method Description EntityTypePropertyEntityTypeProperty.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type EntityTypeProperty Modifier and Type Method Description List<EntityTypeProperty>CreateLogAnalyticsEntityTypeDetails. getProperties()Log analytics entity type property definition.List<EntityTypeProperty>LogAnalyticsEntityType. getProperties()The parameters used in file patterns specified in log sources for this log analytics entity type.List<EntityTypeProperty>UpdateLogAnalyticsEntityTypeDetails. getProperties()A single log analytics entity type property definition.Methods in com.oracle.bmc.loganalytics.model with parameters of type EntityTypeProperty Modifier and Type Method Description EntityTypeProperty.BuilderEntityTypeProperty.Builder. copy(EntityTypeProperty model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type EntityTypeProperty Modifier and Type Method Description CreateLogAnalyticsEntityTypeDetails.BuilderCreateLogAnalyticsEntityTypeDetails.Builder. properties(List<EntityTypeProperty> properties)Log analytics entity type property definition.LogAnalyticsEntityType.BuilderLogAnalyticsEntityType.Builder. properties(List<EntityTypeProperty> properties)The parameters used in file patterns specified in log sources for this log analytics entity type.UpdateLogAnalyticsEntityTypeDetails.BuilderUpdateLogAnalyticsEntityTypeDetails.Builder. properties(List<EntityTypeProperty> properties)A single log analytics entity type property definition.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type EntityTypeProperty Constructor Description CreateLogAnalyticsEntityTypeDetails(String name, String category, List<EntityTypeProperty> properties)Deprecated.LogAnalyticsEntityType(String name, String internalName, String compartmentId, String category, EntityCloudType cloudType, List<EntityTypeProperty> properties, EntityLifecycleStates lifecycleState, Date timeCreated, Date timeUpdated, LogAnalyticsEntityType.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)Deprecated.UpdateLogAnalyticsEntityTypeDetails(String category, List<EntityTypeProperty> properties)Deprecated.
-