| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Malware |
Malware.clone() |
Malware |
Malware.withName(String name)
The name of the malware that was observed.
|
Malware |
Malware.withPath(String path)
The filesystem path of the malware that was observed.
|
Malware |
Malware.withState(MalwareState state)
The state of the malware that was observed.
|
Malware |
Malware.withState(String state)
The state of the malware that was observed.
|
Malware |
Malware.withType(MalwareType type)
The type of the malware that was observed.
|
Malware |
Malware.withType(String type)
The type of the malware that was observed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Malware> |
AwsSecurityFinding.getMalware()
A list of malware related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withMalware(Malware... malware)
A list of malware related to a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setMalware(Collection<Malware> malware)
A list of malware related to a finding.
|
AwsSecurityFinding |
AwsSecurityFinding.withMalware(Collection<Malware> malware)
A list of malware related to a finding.
|
Copyright © 2018. All rights reserved.