Uses of Class
com.oracle.bmc.sch.model.SourceDetails
-
Packages that use SourceDetails Package Description com.oracle.bmc.sch.model -
-
Uses of SourceDetails in com.oracle.bmc.sch.model
Subclasses of SourceDetails in com.oracle.bmc.sch.model Modifier and Type Class Description class
LoggingSourceDetails
The Logging source.class
MonitoringSourceDetails
The Monitoring source.class
PluginSourceDetails
Details about a connector plugin used to fetch data from a source.class
StreamingSourceDetails
The Streaming source.Methods in com.oracle.bmc.sch.model that return SourceDetails Modifier and Type Method Description SourceDetails
CreateServiceConnectorDetails. getSource()
SourceDetails
UpdateServiceConnectorDetails. getSource()
Methods in com.oracle.bmc.sch.model with parameters of type SourceDetails Modifier and Type Method Description CreateServiceConnectorDetails.Builder
CreateServiceConnectorDetails.Builder. source(SourceDetails source)
UpdateServiceConnectorDetails.Builder
UpdateServiceConnectorDetails.Builder. source(SourceDetails source)
Constructors in com.oracle.bmc.sch.model with parameters of type SourceDetails Constructor Description CreateServiceConnectorDetails(String displayName, String compartmentId, String description, SourceDetails source, List<TaskDetails> tasks, TargetDetails target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateServiceConnectorDetails(String displayName, String description, SourceDetails source, List<TaskDetails> tasks, TargetDetails target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-