| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static AssessmentRunState |
AssessmentRunState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AssessmentRunState |
AssessmentRunStateChange.state()
The assessment run state.
|
AssessmentRunState |
AssessmentRun.state()
The state of the assessment run.
|
static AssessmentRunState |
AssessmentRunState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssessmentRunState[] |
AssessmentRunState.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<AssessmentRunState> |
AssessmentRunState.knownValues()
|
List<AssessmentRunState> |
AssessmentRunFilter.states()
For a record to match a filter, one of the values specified for this data type property must be the exact match
of the value of the assessmentRunState property of the AssessmentRun data type.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentRunStateChange.Builder |
AssessmentRunStateChange.Builder.state(AssessmentRunState state)
The assessment run state.
|
AssessmentRun.Builder |
AssessmentRun.Builder.state(AssessmentRunState state)
The state of the assessment run.
|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.states(AssessmentRunState... states)
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentRunFilter.Builder |
AssessmentRunFilter.Builder.states(Collection<AssessmentRunState> states)
For a record to match a filter, one of the values specified for this data type property must be the exact
match of the value of the assessmentRunState property of the AssessmentRun data type.
|
Copyright © 2023. All rights reserved.