Uses of Interface
software.amazon.awssdk.services.inspector2.model.AtigData.Builder
-
Packages that use AtigData.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AtigData.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return AtigData.Builder Modifier and Type Method Description static AtigData.BuilderAtigData. builder()AtigData.BuilderAtigData.Builder. firstSeen(Instant firstSeen)The date and time this vulnerability was first observed.AtigData.BuilderAtigData.Builder. lastSeen(Instant lastSeen)The date and time this vulnerability was last observed.AtigData.BuilderAtigData.Builder. targets(String... targets)The commercial sectors this vulnerability targets.AtigData.BuilderAtigData.Builder. targets(Collection<String> targets)The commercial sectors this vulnerability targets.AtigData.BuilderAtigData. toBuilder()AtigData.BuilderAtigData.Builder. ttps(String... ttps)The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.AtigData.BuilderAtigData.Builder. ttps(Collection<String> ttps)The MITRE ATT&CK tactics, techniques, and procedures (TTPs) associated with vulnerability.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AtigData.Builder Modifier and Type Method Description static Class<? extends AtigData.Builder>AtigData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AtigData.Builder Modifier and Type Method Description default Vulnerability.BuilderVulnerability.Builder. atigData(Consumer<AtigData.Builder> atigData)An object that contains information about the Amazon Web Services Threat Intel Group (ATIG) details for the vulnerability.
-