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