| 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 intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withLastObservedAt(String lastObservedAt)
The date and time when the most recent instance of a threat intel indicator was observed.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withSource(String source)
The source of the threat intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withType(String type)
The type of a threat intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withType(ThreatIntelIndicatorType type)
The type of a threat intel indicator.
|
ThreatIntelIndicator |
ThreatIntelIndicator.withValue(String value)
The value of a threat intel indicator.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThreatIntelIndicator> |
AwsSecurityFinding.getThreatIntelIndicators()
Threat intel details related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withThreatIntelIndicators(ThreatIntelIndicator... threatIntelIndicators)
Threat intel details related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setThreatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)
Threat intel details related to a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withThreatIntelIndicators(Collection<ThreatIntelIndicator> threatIntelIndicators)
Threat intel details related to a finding.
|
Copyright © 2019. All rights reserved.