| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ThreatIntelIndicator |
ThreatIntelIndicator.clone() |
ThreatIntelIndicator |
ThreatIntelIndicator.withCategory(String category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withLastObservedAt(String lastObservedAt)
Indicates when the most recent instance of a threat intelligence indicator was observed.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withSource(String source)
The source of the threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withType(String type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withType(ThreatIntelIndicatorType type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withValue(String value)
The value of a threat intelligence indicator.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThreatIntelIndicator> |
AwsSecurityFinding.getThreatIntelIndicators()
Threat intelligence details related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withThreatIntelIndicators(ThreatIntelIndicator... threatIntelIndicators)
Threat intelligence details related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setThreatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)
Threat intelligence details related to a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withThreatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)
Threat intelligence details related to a finding.
|
Copyright © 2020. All rights reserved.