Uses of Class
software.amazon.awssdk.services.guardduty.model.ScanResult
-
Packages that use ScanResult Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ScanResult in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return ScanResult Modifier and Type Method Description static ScanResultScanResult. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScanResultScanResultDetails. scanResult()An enum value representing possible scan results.static ScanResultScanResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanResult[]ScanResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ScanResult Modifier and Type Method Description static Set<ScanResult>ScanResult. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ScanResult Modifier and Type Method Description ScanResultDetails.BuilderScanResultDetails.Builder. scanResult(ScanResult scanResult)An enum value representing possible scan results.
-