Uses of Class
com.oracle.bmc.sch.model.EstimatedThroughput
-
Packages that use EstimatedThroughput Package Description com.oracle.bmc.sch.model -
-
Uses of EstimatedThroughput in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return EstimatedThroughput Modifier and Type Method Description static EstimatedThroughput
EstimatedThroughput. create(String key)
EstimatedThroughput
ConnectorPlugin. getEstimatedThroughput()
The estimated throughput range (LOW, MEDIUM, HIGH).EstimatedThroughput
ConnectorPluginSummary. getEstimatedThroughput()
The estimated throughput range (LOW, MEDIUM, HIGH).static EstimatedThroughput
EstimatedThroughput. valueOf(String name)
Returns the enum constant of this type with the specified name.static EstimatedThroughput[]
EstimatedThroughput. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.sch.model with parameters of type EstimatedThroughput Modifier and Type Method Description SourceConnectorPlugin.Builder
SourceConnectorPlugin.Builder. estimatedThroughput(EstimatedThroughput estimatedThroughput)
SourceConnectorPluginSummary.Builder
SourceConnectorPluginSummary.Builder. estimatedThroughput(EstimatedThroughput estimatedThroughput)
TargetConnectorPlugin.Builder
TargetConnectorPlugin.Builder. estimatedThroughput(EstimatedThroughput estimatedThroughput)
TargetConnectorPluginSummary.Builder
TargetConnectorPluginSummary.Builder. estimatedThroughput(EstimatedThroughput estimatedThroughput)
Constructors in com.oracle.bmc.sch.model with parameters of type EstimatedThroughput Constructor Description ConnectorPlugin(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName, String schema)
Deprecated.ConnectorPluginSummary(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName)
Deprecated.SourceConnectorPlugin(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName, String schema, String maxRetention)
Deprecated.SourceConnectorPluginSummary(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName, String maxRetention)
Deprecated.TargetConnectorPlugin(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName, String schema)
Deprecated.TargetConnectorPluginSummary(String name, Date timeCreated, EstimatedThroughput estimatedThroughput, ConnectorPluginLifecycleState lifecycleState, String displayName)
Deprecated.
-