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.BuilderMitreAttack.Builder. setTacticName(java.lang.String tacticName)Represents tactic name of attack.MitreAttack.BuilderMitreAttack.Builder. setTacticUrl(java.lang.String tacticUrl)Represents tactic url of attack.MitreAttack.BuilderMitreAttack.Builder. setTechniqueName(java.lang.String techniqueName)Represents technique name of attack.MitreAttack.BuilderMitreAttack.Builder. setTechniqueUrl(java.lang.String techniqueUrl)Represents technique url of attack.
-