Uses of Class
com.oracle.bmc.jms.model.BlocklistTarget
-
Packages that use BlocklistTarget Package Description com.oracle.bmc.jms.model -
-
Uses of BlocklistTarget in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return BlocklistTarget Modifier and Type Method Description BlocklistTargetBlocklistTarget.Builder. build()BlocklistTargetBlocklist. getTarget()BlocklistTargetCreateBlocklistDetails. getTarget()Methods in com.oracle.bmc.jms.model with parameters of type BlocklistTarget Modifier and Type Method Description BlocklistTarget.BuilderBlocklistTarget.Builder. copy(BlocklistTarget model)Blocklist.BuilderBlocklist.Builder. target(BlocklistTarget target)CreateBlocklistDetails.BuilderCreateBlocklistDetails.Builder. target(BlocklistTarget target)Constructors in com.oracle.bmc.jms.model with parameters of type BlocklistTarget Constructor Description Blocklist(String key, BlocklistTarget target, OperationType operation, String reason)Deprecated.CreateBlocklistDetails(BlocklistTarget target, OperationType operation, String reason)Deprecated.
-