Uses of Class
com.oracle.bmc.cloudguard.model.DataSourceMappingInfo
-
Packages that use DataSourceMappingInfo Package Description com.oracle.bmc.cloudguard.model -
-
Uses of DataSourceMappingInfo in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return DataSourceMappingInfo Modifier and Type Method Description DataSourceMappingInfo
DataSourceMappingInfo.Builder. build()
Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type DataSourceMappingInfo Modifier and Type Method Description List<DataSourceMappingInfo>
DataSource. getDataSourceDetectorMappingInfo()
Information about the detector recipe and rule attachedList<DataSourceMappingInfo>
LoggingQueryDataSourceSummaryDetails. getDataSourceDetectorMappingInfo()
Data source mapping with detector recipe and detector ruleMethods in com.oracle.bmc.cloudguard.model with parameters of type DataSourceMappingInfo Modifier and Type Method Description DataSourceMappingInfo.Builder
DataSourceMappingInfo.Builder. copy(DataSourceMappingInfo model)
Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type DataSourceMappingInfo Modifier and Type Method Description DataSource.Builder
DataSource.Builder. dataSourceDetectorMappingInfo(List<DataSourceMappingInfo> dataSourceDetectorMappingInfo)
Information about the detector recipe and rule attachedLoggingQueryDataSourceSummaryDetails.Builder
LoggingQueryDataSourceSummaryDetails.Builder. dataSourceDetectorMappingInfo(List<DataSourceMappingInfo> dataSourceDetectorMappingInfo)
Data source mapping with detector recipe and detector ruleConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type DataSourceMappingInfo Constructor Description DataSource(String id, String displayName, DataSourceFeedProvider dataSourceFeedProvider, String compartmentId, DataSourceDetails dataSourceDetails, Date timeCreated, Date timeUpdated, DataSourceStatus status, List<DataSourceMappingInfo> dataSourceDetectorMappingInfo, List<RegionStatusDetail> regionStatusDetail, LifecycleState lifecycleState, List<ResourceLock> locks, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-