Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
static AssessmentRunState |
AssessmentRunState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
AssessmentRunStateChange.setState(AssessmentRunState state)
The assessment run state.
|
void |
AssessmentRun.setState(AssessmentRunState state)
The state of the assessment run.
|
AssessmentRunStateChange |
AssessmentRunStateChange.withState(AssessmentRunState state)
The assessment run state.
|
AssessmentRun |
AssessmentRun.withState(AssessmentRunState state)
The state of the assessment run.
|
AssessmentRunFilter |
AssessmentRunFilter.withStates(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 © 2018. All rights reserved.