Uses of Class
software.amazon.awssdk.services.auditmanager.model.ControlType
-
Packages that use ControlType Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of ControlType in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return ControlType Modifier and Type Method Description ControlTypeListControlsRequest. controlType()The type of control, such as a standard control or a custom control.static ControlTypeControlType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlTypeControl. type()Specifies whether the control is a standard control or a custom control.static ControlTypeControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlType[]ControlType. 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 ControlType Modifier and Type Method Description static Set<ControlType>ControlType. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type ControlType Modifier and Type Method Description ListControlsRequest.BuilderListControlsRequest.Builder. controlType(ControlType controlType)The type of control, such as a standard control or a custom control.Control.BuilderControl.Builder. type(ControlType type)Specifies whether the control is a standard control or a custom control.
-