Uses of Class
com.vmware.nsx_policy.model.MitreAttack.Builder
-
Packages that use MitreAttack.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of MitreAttack.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MitreAttack.Builder Modifier and Type Method Description MitreAttack.Builder
MitreAttack.Builder. setTacticName(java.lang.String tacticName)
Represents tactic name of attack.MitreAttack.Builder
MitreAttack.Builder. setTacticUrl(java.lang.String tacticUrl)
Represents tactic url of attack.MitreAttack.Builder
MitreAttack.Builder. setTechniqueName(java.lang.String techniqueName)
Represents technique name of attack.MitreAttack.Builder
MitreAttack.Builder. setTechniqueUrl(java.lang.String techniqueUrl)
Represents technique url of attack.
-