Uses of Class
com.oracle.bmc.waf.model.CollaborativeCapabilityWeight
-
Packages that use CollaborativeCapabilityWeight Package Description com.oracle.bmc.waf.model -
-
Uses of CollaborativeCapabilityWeight in com.oracle.bmc.waf.model
Methods in com.oracle.bmc.waf.model that return CollaborativeCapabilityWeight Modifier and Type Method Description CollaborativeCapabilityWeight
CollaborativeCapabilityWeight.Builder. build()
Methods in com.oracle.bmc.waf.model that return types with arguments of type CollaborativeCapabilityWeight Modifier and Type Method Description List<CollaborativeCapabilityWeight>
ProtectionCapabilitySummary. getCollaborativeWeights()
The weights of contributing capabilities.Methods in com.oracle.bmc.waf.model with parameters of type CollaborativeCapabilityWeight Modifier and Type Method Description CollaborativeCapabilityWeight.Builder
CollaborativeCapabilityWeight.Builder. copy(CollaborativeCapabilityWeight model)
Method parameters in com.oracle.bmc.waf.model with type arguments of type CollaborativeCapabilityWeight Modifier and Type Method Description ProtectionCapabilitySummary.Builder
ProtectionCapabilitySummary.Builder. collaborativeWeights(List<CollaborativeCapabilityWeight> collaborativeWeights)
The weights of contributing capabilities.
-