Uses of Class
software.amazon.awssdk.services.securityhub.model.StatusReason
-
Packages that use StatusReason Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StatusReason in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StatusReason Modifier and Type Method Description List<StatusReason>Compliance. statusReasons()For findings generated from controls, a list of reasons behind the value ofStatus.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type StatusReason Modifier and Type Method Description Compliance.BuilderCompliance.Builder. statusReasons(StatusReason... statusReasons)For findings generated from controls, a list of reasons behind the value ofStatus.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StatusReason Modifier and Type Method Description Compliance.BuilderCompliance.Builder. statusReasons(Collection<StatusReason> statusReasons)For findings generated from controls, a list of reasons behind the value ofStatus.
-