| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static CisSecurityLevel |
CisSecurityLevel.fromValue(String value)
Use this in place of valueOf.
|
static CisSecurityLevel |
CisSecurityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CisSecurityLevel[] |
CisSecurityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CisScanResultDetails |
CisScanResultDetails.withLevel(CisSecurityLevel level)
The CIS scan result details' level.
|
CisCheckAggregation |
CisCheckAggregation.withLevel(CisSecurityLevel level)
The CIS check level.
|
CisScan |
CisScan.withSecurityLevel(CisSecurityLevel securityLevel)
The security level for the CIS scan.
|
UpdateCisScanConfigurationRequest |
UpdateCisScanConfigurationRequest.withSecurityLevel(CisSecurityLevel securityLevel)
The security level for the CIS scan configuration.
|
CisScanConfiguration |
CisScanConfiguration.withSecurityLevel(CisSecurityLevel securityLevel)
The CIS scan configuration's security level.
|
CreateCisScanConfigurationRequest |
CreateCisScanConfigurationRequest.withSecurityLevel(CisSecurityLevel securityLevel)
The security level for the CIS scan configuration.
|
CisSecurityLevelFilter |
CisSecurityLevelFilter.withValue(CisSecurityLevel value)
The CIS security filter value.
|
Copyright © 2024. All rights reserved.