Uses of Class
com.oracle.bmc.mysql.model.ChannelFilter
-
Packages that use ChannelFilter Package Description com.oracle.bmc.mysql.model -
-
Uses of ChannelFilter in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ChannelFilter Modifier and Type Method Description ChannelFilter
ChannelFilter.Builder. build()
Methods in com.oracle.bmc.mysql.model that return types with arguments of type ChannelFilter Modifier and Type Method Description List<ChannelFilter>
ChannelTargetDbSystem. getFilters()
Replication filter rules to be applied at the DB System Channel target.List<ChannelFilter>
CreateChannelTargetFromDbSystemDetails. getFilters()
Replication filter rules to be applied at the DB System Channel target.List<ChannelFilter>
UpdateChannelTargetFromDbSystemDetails. getFilters()
Replication filter rules to be applied at the DB System Channel target.Methods in com.oracle.bmc.mysql.model with parameters of type ChannelFilter Modifier and Type Method Description ChannelFilter.Builder
ChannelFilter.Builder. copy(ChannelFilter model)
Method parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelFilter Modifier and Type Method Description ChannelTargetDbSystem.Builder
ChannelTargetDbSystem.Builder. filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.CreateChannelTargetFromDbSystemDetails.Builder
CreateChannelTargetFromDbSystemDetails.Builder. filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.UpdateChannelTargetFromDbSystemDetails.Builder
UpdateChannelTargetFromDbSystemDetails.Builder. filters(List<ChannelFilter> filters)
Replication filter rules to be applied at the DB System Channel target.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelFilter Constructor Description ChannelTargetDbSystem(String dbSystemId, String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.CreateChannelTargetFromDbSystemDetails(String dbSystemId, String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.UpdateChannelTargetFromDbSystemDetails(String channelName, String applierUsername, List<ChannelFilter> filters, ChannelTargetDbSystem.TablesWithoutPrimaryKeyHandling tablesWithoutPrimaryKeyHandling, Integer delayInSeconds)
Deprecated.
-