Uses of Class
software.amazon.awssdk.services.securityhub.model.ControlStatus
-
Packages that use ControlStatus Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ControlStatus in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ControlStatus Modifier and Type Method Description ControlStatusStandardsControl. controlStatus()The current status of the security standard control.ControlStatusUpdateStandardsControlRequest. controlStatus()The updated status of the security standard control.static ControlStatusControlStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlStatusSecurityControl. securityControlStatus()The enablement status of a security control in a specific standard.static ControlStatusControlStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlStatus[]ControlStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type ControlStatus Modifier and Type Method Description static Set<ControlStatus>ControlStatus. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ControlStatus Modifier and Type Method Description StandardsControl.BuilderStandardsControl.Builder. controlStatus(ControlStatus controlStatus)The current status of the security standard control.UpdateStandardsControlRequest.BuilderUpdateStandardsControlRequest.Builder. controlStatus(ControlStatus controlStatus)The updated status of the security standard control.SecurityControl.BuilderSecurityControl.Builder. securityControlStatus(ControlStatus securityControlStatus)The enablement status of a security control in a specific standard.
-