Uses of Class
com.oracle.bmc.sch.model.ConnectorPluginSummary
-
Packages that use ConnectorPluginSummary Package Description com.oracle.bmc.sch com.oracle.bmc.sch.model -
-
Uses of ConnectorPluginSummary in com.oracle.bmc.sch
Methods in com.oracle.bmc.sch that return types with arguments of type ConnectorPluginSummary Modifier and Type Method Description Iterable<ConnectorPluginSummary>
ConnectorPluginsPaginators. listConnectorPluginsRecordIterator(ListConnectorPluginsRequest request)
Creates a new iterable which will iterate over theConnectorPluginSummary
objects contained in responses from the listConnectorPlugins operation. -
Uses of ConnectorPluginSummary in com.oracle.bmc.sch.model
Subclasses of ConnectorPluginSummary in com.oracle.bmc.sch.model Modifier and Type Class Description class
SourceConnectorPluginSummary
Summary information for a connector plugin that fetches data from a source service.class
TargetConnectorPluginSummary
Summary information for a connector plugin that sends data to a target service.Methods in com.oracle.bmc.sch.model that return types with arguments of type ConnectorPluginSummary Modifier and Type Method Description List<ConnectorPluginSummary>
ConnectorPluginCollection. getItems()
A list of connector plugins.Method parameters in com.oracle.bmc.sch.model with type arguments of type ConnectorPluginSummary Modifier and Type Method Description ConnectorPluginCollection.Builder
ConnectorPluginCollection.Builder. items(List<ConnectorPluginSummary> items)
A list of connector plugins.Constructor parameters in com.oracle.bmc.sch.model with type arguments of type ConnectorPluginSummary Constructor Description ConnectorPluginCollection(List<ConnectorPluginSummary> items)
Deprecated.
-