| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordState |
RecordState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RecordState |
UpdateFindingsRequest.recordState()
The updated record state for the finding.
|
RecordState |
AwsSecurityFinding.recordState()
The record state of a finding.
|
static RecordState |
RecordState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordState[] |
RecordState.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<RecordState> |
RecordState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingsRequest.Builder |
UpdateFindingsRequest.Builder.recordState(RecordState recordState)
The updated record state for the finding.
|
AwsSecurityFinding.Builder |
AwsSecurityFinding.Builder.recordState(RecordState recordState)
The record state of a finding.
|
Copyright © 2023. All rights reserved.