| Modifier and Type | Method and Description |
|---|---|
static MitreAttack.Technique |
MitreAttack.Technique.forNumber(int value) |
MitreAttack.Technique |
MitreAttack.getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
MitreAttack.Technique |
MitreAttack.Builder.getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
MitreAttack.Technique |
MitreAttackOrBuilder.getAdditionalTechniques(int index)
Additional MITRE ATT&CK techniques related to this finding, if any, along
with any of their respective parent techniques.
|
MitreAttack.Technique |
MitreAttack.getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
MitreAttack.Technique |
MitreAttack.Builder.getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
MitreAttack.Technique |
MitreAttackOrBuilder.getPrimaryTechniques(int index)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
static MitreAttack.Technique |
MitreAttack.Technique.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MitreAttack.Technique |
MitreAttack.Technique.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MitreAttack.Technique |
MitreAttack.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.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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.getPrimaryTechniquesList()
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
List<MitreAttack.Technique> |
MitreAttack.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
MitreAttack.Builder |
MitreAttack.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.Builder |
MitreAttack.Builder.addPrimaryTechniques(MitreAttack.Technique value)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
MitreAttack.Builder |
MitreAttack.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.Builder |
MitreAttack.Builder.setPrimaryTechniques(int index,
MitreAttack.Technique value)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
| Modifier and Type | Method and Description |
|---|---|
MitreAttack.Builder |
MitreAttack.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.Builder |
MitreAttack.Builder.addAllPrimaryTechniques(Iterable<? extends MitreAttack.Technique> values)
The MITRE ATT&CK technique most closely represented by this finding, if
any.
|
Copyright © 2023 Google LLC. All rights reserved.