| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
static ScanState |
ScanState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScanState |
ScanSummary.scanState()
The state of the scan.
|
ScanState |
GetScanResponse.scanState()
The current state of the scan.
|
ScanState |
CreateScanResponse.scanState()
The current state of the scan.
|
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 |
|---|---|
static Set<ScanState> |
ScanState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScanSummary.Builder |
ScanSummary.Builder.scanState(ScanState scanState)
The state of the scan.
|
GetScanResponse.Builder |
GetScanResponse.Builder.scanState(ScanState scanState)
The current state of the scan.
|
CreateScanResponse.Builder |
CreateScanResponse.Builder.scanState(ScanState scanState)
The current state of the scan.
|
Copyright © 2023. All rights reserved.