Uses of Class
com.oracle.bmc.datacatalog.model.EventConfig
-
Packages that use EventConfig Package Description com.oracle.bmc.datacatalog.model -
-
Uses of EventConfig in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return EventConfig Modifier and Type Method Description EventConfigEventConfig.Builder. build()Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type EventConfig Modifier and Type Method Description List<EventConfig>CustomProperty. getEvents()Event configuration for this custom property, against the desired subset of object types to which the property applies.List<EventConfig>CustomPropertySummary. getEvents()Event configuration for this custom property, against the desired subset of object types to which the property applies.Methods in com.oracle.bmc.datacatalog.model with parameters of type EventConfig Modifier and Type Method Description EventConfig.BuilderEventConfig.Builder. copy(EventConfig model)Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type EventConfig Modifier and Type Method Description CustomProperty.BuilderCustomProperty.Builder. events(List<EventConfig> events)Event configuration for this custom property, against the desired subset of object types to which the property applies.CustomPropertySummary.BuilderCustomPropertySummary.Builder. events(List<EventConfig> events)Event configuration for this custom property, against the desired subset of object types to which the property applies.
-