| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static VerificationState |
VerificationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VerificationState |
VerificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerificationState[] |
VerificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VerificationState |
AutomationRulesFindingFieldsUpdate.verificationState()
The rule action updates the
VerificationState field of a finding. |
VerificationState |
AwsSecurityFinding.verificationState()
Indicates the veracity of a finding.
|
VerificationState |
BatchUpdateFindingsRequest.verificationState()
Indicates the veracity of a finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VerificationState> |
VerificationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesFindingFieldsUpdate.Builder |
AutomationRulesFindingFieldsUpdate.Builder.verificationState(VerificationState verificationState)
The rule action updates the
VerificationState field of a finding. |
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.verificationState(VerificationState verificationState)
Indicates the veracity of a finding.
|
BatchUpdateFindingsRequest.Builder |
BatchUpdateFindingsRequest.Builder.verificationState(VerificationState verificationState)
Indicates the veracity of a finding.
|
Copyright © 2023. All rights reserved.