Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlStatus
-
Packages that use ControlStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ControlStatus Modifier and Type Method Description ControlStatusUpdateAssessmentControlRequest. controlStatus()The status of the control.static ControlStatusControlStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlStatusAssessmentControl. status()The status of the control.static ControlStatusControlStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlStatus[]ControlStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type ControlStatus Modifier and Type Method Description static Set<ControlStatus>ControlStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlStatus Modifier and Type Method Description UpdateAssessmentControlRequest.BuilderUpdateAssessmentControlRequest.Builder. controlStatus(ControlStatus controlStatus)The status of the control.AssessmentControl.BuilderAssessmentControl.Builder. status(ControlStatus status)The status of the control.
-