Uses of Class
com.google.cloud.securitycenter.v1.MitreAttack.Technique
-
Packages that use MitreAttack.Technique Package Description com.google.cloud.securitycenter.v1 A client to Security Command Center API -
-
Uses of MitreAttack.Technique in com.google.cloud.securitycenter.v1
Methods in com.google.cloud.securitycenter.v1 that return MitreAttack.Technique Modifier and Type Method Description static MitreAttack.TechniqueMitreAttack.Technique. forNumber(int value)MitreAttack.TechniqueMitreAttack.Builder. getAdditionalTechniques(int index)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.TechniqueMitreAttack. getAdditionalTechniques(int index)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.TechniqueMitreAttackOrBuilder. getAdditionalTechniques(int index)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.TechniqueMitreAttack.Builder. getPrimaryTechniques(int index)The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.TechniqueMitreAttack. getPrimaryTechniques(int index)The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.TechniqueMitreAttackOrBuilder. getPrimaryTechniques(int index)The MITRE ATT&CK technique most closely represented by this finding, if any.static MitreAttack.TechniqueMitreAttack.Technique. valueOf(int value)Deprecated.static MitreAttack.TechniqueMitreAttack.Technique. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MitreAttack.TechniqueMitreAttack.Technique. valueOf(String name)Returns the enum constant of this type with the specified name.static MitreAttack.Technique[]MitreAttack.Technique. 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.Technique Modifier and Type Method Description List<MitreAttack.Technique>MitreAttack.Builder. getAdditionalTechniquesList()Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>MitreAttack. getAdditionalTechniquesList()Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>MitreAttackOrBuilder. getAdditionalTechniquesList()Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.List<MitreAttack.Technique>MitreAttack.Builder. getPrimaryTechniquesList()The MITRE ATT&CK technique most closely represented by this finding, if any.List<MitreAttack.Technique>MitreAttack. getPrimaryTechniquesList()The MITRE ATT&CK technique most closely represented by this finding, if any.List<MitreAttack.Technique>MitreAttackOrBuilder. getPrimaryTechniquesList()The MITRE ATT&CK technique most closely represented by this finding, if any.static com.google.protobuf.Internal.EnumLiteMap<MitreAttack.Technique>MitreAttack.Technique. internalGetValueMap()Methods in com.google.cloud.securitycenter.v1 with parameters of type MitreAttack.Technique Modifier and Type Method Description MitreAttack.BuilderMitreAttack.Builder. addAdditionalTechniques(MitreAttack.Technique value)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.BuilderMitreAttack.Builder. addPrimaryTechniques(MitreAttack.Technique value)The MITRE ATT&CK technique most closely represented by this finding, if any.MitreAttack.BuilderMitreAttack.Builder. setAdditionalTechniques(int index, MitreAttack.Technique value)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.BuilderMitreAttack.Builder. setPrimaryTechniques(int index, MitreAttack.Technique value)The MITRE ATT&CK technique most closely represented by this finding, if any.Method parameters in com.google.cloud.securitycenter.v1 with type arguments of type MitreAttack.Technique Modifier and Type Method Description MitreAttack.BuilderMitreAttack.Builder. addAllAdditionalTechniques(Iterable<? extends MitreAttack.Technique> values)Additional MITRE ATT&CK techniques related to this finding, if any, along with any of their respective parent techniques.MitreAttack.BuilderMitreAttack.Builder. addAllPrimaryTechniques(Iterable<? extends MitreAttack.Technique> values)The MITRE ATT&CK technique most closely represented by this finding, if any.
-