Uses of Class
com.google.cloud.securitycenter.v1.MitreAttack.Tactic
-
Packages that use MitreAttack.Tactic Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of MitreAttack.Tactic in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return MitreAttack.Tactic Modifier and Type Method Description static MitreAttack.TacticMitreAttack.Tactic. forNumber(int value)MitreAttack.TacticMitreAttack.Builder. getAdditionalTactics(int index)Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.TacticMitreAttack. getAdditionalTactics(int index)Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.TacticMitreAttackOrBuilder. getAdditionalTactics(int index)Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.TacticMitreAttack.Builder. getPrimaryTactic()The MITRE ATT&CK tactic most closely represented by this finding, if any.MitreAttack.TacticMitreAttack. getPrimaryTactic()The MITRE ATT&CK tactic most closely represented by this finding, if any.MitreAttack.TacticMitreAttackOrBuilder. getPrimaryTactic()The MITRE ATT&CK tactic most closely represented by this finding, if any.static MitreAttack.TacticMitreAttack.Tactic. valueOf(int value)Deprecated.static MitreAttack.TacticMitreAttack.Tactic. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MitreAttack.TacticMitreAttack.Tactic. valueOf(String name)Returns the enum constant of this type with the specified name.static MitreAttack.Tactic[]MitreAttack.Tactic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.securitycenter.v1 that return types with arguments of type MitreAttack.Tactic Modifier and Type Method Description List<MitreAttack.Tactic>MitreAttack.Builder. getAdditionalTacticsList()Additional MITRE ATT&CK tactics related to this finding, if any.List<MitreAttack.Tactic>MitreAttack. getAdditionalTacticsList()Additional MITRE ATT&CK tactics related to this finding, if any.List<MitreAttack.Tactic>MitreAttackOrBuilder. getAdditionalTacticsList()Additional MITRE ATT&CK tactics related to this finding, if any.static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Tactic>MitreAttack.Tactic. internalGetValueMap()Methods in com.google.cloud.securitycenter.v1 with parameters of type MitreAttack.Tactic Modifier and Type Method Description MitreAttack.BuilderMitreAttack.Builder. addAdditionalTactics(MitreAttack.Tactic value)Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.BuilderMitreAttack.Builder. setAdditionalTactics(int index, MitreAttack.Tactic value)Additional MITRE ATT&CK tactics related to this finding, if any.MitreAttack.BuilderMitreAttack.Builder. setPrimaryTactic(MitreAttack.Tactic value)The MITRE ATT&CK tactic most closely represented by this finding, if any.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type MitreAttack.Tactic Modifier and Type Method Description MitreAttack.BuilderMitreAttack.Builder. addAllAdditionalTactics(Iterable<? extends MitreAttack.Tactic> values)Additional MITRE ATT&CK tactics related to this finding, if any.
-