Uses of Class
software.amazon.awssdk.services.inspector.model.AssessmentRunState
-
Packages that use AssessmentRunState Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AssessmentRunState in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return AssessmentRunState Modifier and Type Method Description static AssessmentRunStateAssessmentRunState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssessmentRunStateAssessmentRun. state()The state of the assessment run.AssessmentRunStateAssessmentRunStateChange. state()The assessment run state.static AssessmentRunStateAssessmentRunState. 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.Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AssessmentRunState Modifier and Type Method 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.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AssessmentRunState Modifier and Type Method Description AssessmentRun.BuilderAssessmentRun.Builder. state(AssessmentRunState state)The state of the assessment run.AssessmentRunStateChange.BuilderAssessmentRunStateChange.Builder. state(AssessmentRunState state)The assessment run state.AssessmentRunFilter.BuilderAssessmentRunFilter.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.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AssessmentRunState Modifier and Type Method Description AssessmentRunFilter.BuilderAssessmentRunFilter.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.
-