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()Typically used to provide a list of reasons for 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)Typically used to provide a list of reasons for 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)Typically used to provide a list of reasons for the value ofStatus.
-