Uses of Class
software.amazon.awssdk.services.auditmanager.model.Control
-
Packages that use Control Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of Control in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return Control Modifier and Type Method Description ControlCreateControlResponse. control()The new control that theCreateControlAPI returned.ControlGetControlResponse. control()The details of the control that theGetControlAPI returned.ControlUpdateControlResponse. control()The name of the updated control set that theUpdateControlAPI returned.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type Control Modifier and Type Method Description List<Control>ControlSet. controls()The list of controls within the control set.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type Control Modifier and Type Method Description CreateControlResponse.BuilderCreateControlResponse.Builder. control(Control control)The new control that theCreateControlAPI returned.GetControlResponse.BuilderGetControlResponse.Builder. control(Control control)The details of the control that theGetControlAPI returned.UpdateControlResponse.BuilderUpdateControlResponse.Builder. control(Control control)The name of the updated control set that theUpdateControlAPI returned.ControlSet.BuilderControlSet.Builder. controls(Control... controls)The list of controls within the control set.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type Control Modifier and Type Method Description ControlSet.BuilderControlSet.Builder. controls(Collection<Control> controls)The list of controls within the control set.
-