Uses of Class
com.oracle.bmc.sch.model.TargetDetails
-
Packages that use TargetDetails Package Description com.oracle.bmc.sch.model -
-
Uses of TargetDetails in com.oracle.bmc.sch.model
Subclasses of TargetDetails in com.oracle.bmc.sch.model Modifier and Type Class Description class
FunctionsTargetDetails
The destination function for data transferred from the source.class
LoggingAnalyticsTargetDetails
The destination log group for data transferred from the source.class
MonitoringTargetDetails
The destination metric for data transferred from the source.class
NotificationsTargetDetails
The destination topic for data transferred from the source.class
ObjectStorageTargetDetails
The destination bucket for data transferred from the source.class
StreamingTargetDetails
The destination stream for data transferred from the source.Methods in com.oracle.bmc.sch.model that return TargetDetails Modifier and Type Method Description TargetDetails
CreateServiceConnectorDetails. getTarget()
TargetDetails
UpdateServiceConnectorDetails. getTarget()
Methods in com.oracle.bmc.sch.model with parameters of type TargetDetails Modifier and Type Method Description CreateServiceConnectorDetails.Builder
CreateServiceConnectorDetails.Builder. target(TargetDetails target)
UpdateServiceConnectorDetails.Builder
UpdateServiceConnectorDetails.Builder. target(TargetDetails target)
Constructors in com.oracle.bmc.sch.model with parameters of type TargetDetails 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.
-