Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.ScanState
-
Packages that use ScanState Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of ScanState in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return ScanState Modifier and Type Method Description static ScanStateScanState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScanStateCreateScanResponse. scanState()The current state of the scan.ScanStateGetScanResponse. scanState()The current state of the scan.ScanStateScanSummary. scanState()The state of the scan.static ScanStateScanState. 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.Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type ScanState Modifier and Type Method Description static Set<ScanState>ScanState. knownValues()Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type ScanState Modifier and Type Method Description CreateScanResponse.BuilderCreateScanResponse.Builder. scanState(ScanState scanState)The current state of the scan.GetScanResponse.BuilderGetScanResponse.Builder. scanState(ScanState scanState)The current state of the scan.ScanSummary.BuilderScanSummary.Builder. scanState(ScanState scanState)The state of the scan.
-