| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanType |
ScanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScanType |
Scan.scanType()
Specifies the scan type that invoked the malware scan.
|
ScanType |
EbsVolumeScanDetails.scanType()
Specifies the scan type that invoked the malware scan.
|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanType[] |
ScanType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ScanType> |
ScanType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Scan.Builder |
Scan.Builder.scanType(ScanType scanType)
Specifies the scan type that invoked the malware scan.
|
EbsVolumeScanDetails.Builder |
EbsVolumeScanDetails.Builder.scanType(ScanType scanType)
Specifies the scan type that invoked the malware scan.
|
Copyright © 2023. All rights reserved.