Uses of Class
software.amazon.awssdk.services.securityhub.model.InsightResultValue
-
Packages that use InsightResultValue Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of InsightResultValue in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type InsightResultValue Modifier and Type Method Description List<InsightResultValue>InsightResults. resultValues()The list of insight result values returned by theGetInsightResultsoperation.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type InsightResultValue Modifier and Type Method Description InsightResults.BuilderInsightResults.Builder. resultValues(InsightResultValue... resultValues)The list of insight result values returned by theGetInsightResultsoperation.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type InsightResultValue Modifier and Type Method Description InsightResults.BuilderInsightResults.Builder. resultValues(Collection<InsightResultValue> resultValues)The list of insight result values returned by theGetInsightResultsoperation.
-