Uses of Class
com.oracle.bmc.jms.model.DrsTarget
-
Packages that use DrsTarget Package Description com.oracle.bmc.jms.model -
-
Uses of DrsTarget in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return DrsTarget Modifier and Type Method Description DrsTarget
DrsTarget.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type DrsTarget Modifier and Type Method Description List<DrsTarget>
ManageDrsDetails. getTargets()
The targets to manage DRS.Methods in com.oracle.bmc.jms.model with parameters of type DrsTarget Modifier and Type Method Description DrsTarget.Builder
DrsTarget.Builder. copy(DrsTarget model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type DrsTarget Modifier and Type Method Description ManageDrsDetails.Builder
ManageDrsDetails.Builder. targets(List<DrsTarget> targets)
The targets to manage DRS.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type DrsTarget Constructor Description ManageDrsDetails(List<DrsTarget> targets)
Deprecated.
-