Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlState
-
Packages that use ControlState Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlState in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ControlState Modifier and Type Method Description static ControlStateControlState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlStateControl. state()The state of the control.static ControlStateControlState. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlState[]ControlState. 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 ControlState Modifier and Type Method Description static Set<ControlState>ControlState. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlState Modifier and Type Method Description Control.BuilderControl.Builder. state(ControlState state)The state of the control.
-