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 ChannelFilterChannelFilter.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.BuilderChannelFilter.Builder. copy(ChannelFilter model)Method parameters in com.oracle.bmc.mysql.model with type arguments of type ChannelFilter Modifier and Type Method Description ChannelTargetDbSystem.BuilderChannelTargetDbSystem.Builder. filters(List<ChannelFilter> filters)Replication filter rules to be applied at the DB System Channel target.CreateChannelTargetFromDbSystemDetails.BuilderCreateChannelTargetFromDbSystemDetails.Builder. filters(List<ChannelFilter> filters)Replication filter rules to be applied at the DB System Channel target.UpdateChannelTargetFromDbSystemDetails.BuilderUpdateChannelTargetFromDbSystemDetails.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.
-