| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisType |
AnalysisType.fromValue(String value)
Use this in place of valueOf.
|
static AnalysisType |
AnalysisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisType[] |
AnalysisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScanRequest |
CreateScanRequest.withAnalysisType(AnalysisType analysisType)
The type of analysis you want CodeGuru Security to perform in the scan, either
Security or
All. |
GetScanResult |
GetScanResult.withAnalysisType(AnalysisType analysisType)
The type of analysis CodeGuru Security performed in the scan, either
Security or All. |
Copyright © 2024. All rights reserved.