Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlSetStatus
-
Packages that use ControlSetStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlSetStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ControlSetStatus Modifier and Type Method Description static ControlSetStatusControlSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlSetStatusAssessmentControlSet. status()The current status of the control set.ControlSetStatusUpdateAssessmentControlSetStatusRequest. status()The status of the control set that's being updated.static ControlSetStatusControlSetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlSetStatus[]ControlSetStatus. 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 ControlSetStatus Modifier and Type Method Description static Set<ControlSetStatus>ControlSetStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlSetStatus Modifier and Type Method Description AssessmentControlSet.BuilderAssessmentControlSet.Builder. status(ControlSetStatus status)The current status of the control set.UpdateAssessmentControlSetStatusRequest.BuilderUpdateAssessmentControlSetStatusRequest.Builder. status(ControlSetStatus status)The status of the control set that's being updated.
-