Uses of Class
com.oracle.bmc.sch.model.TargetDetailsResponse
-
Packages that use TargetDetailsResponse Package Description com.oracle.bmc.sch.model -
-
Uses of TargetDetailsResponse in com.oracle.bmc.sch.model
Subclasses of TargetDetailsResponse in com.oracle.bmc.sch.model Modifier and Type Class Description class
FunctionsTargetDetailsResponse
The destination function for data transferred from the source.class
LoggingAnalyticsTargetDetailsResponse
The destination log group for data transferred from the source.class
MonitoringTargetDetailsResponse
The destination metric for data transferred from the source.class
NotificationsTargetDetailsResponse
The destination topic for data transferred from the source.class
ObjectStorageTargetDetailsResponse
The destination bucket for data transferred from the source.class
StreamingTargetDetailsResponse
The Streaming target response.Methods in com.oracle.bmc.sch.model that return TargetDetailsResponse Modifier and Type Method Description TargetDetailsResponse
ServiceConnector. getTarget()
Methods in com.oracle.bmc.sch.model with parameters of type TargetDetailsResponse Modifier and Type Method Description ServiceConnector.Builder
ServiceConnector.Builder. target(TargetDetailsResponse target)
Constructors in com.oracle.bmc.sch.model with parameters of type TargetDetailsResponse Constructor Description ServiceConnector(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, String lifecyleDetails, SourceDetailsResponse source, List<TaskDetailsResponse> tasks, TargetDetailsResponse target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-