| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanState |
ScanState.fromValue(String value)
Use this in place of valueOf.
|
static ScanState |
ScanState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanState[] |
ScanState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScanResult |
CreateScanResult.withScanState(ScanState scanState)
The current state of the scan.
|
GetScanResult |
GetScanResult.withScanState(ScanState scanState)
The current state of the scan.
|
ScanSummary |
ScanSummary.withScanState(ScanState scanState)
The state of the scan.
|
Copyright © 2024. All rights reserved.