Uses of Interface
software.amazon.awssdk.services.securityhub.model.InsightResultValue.Builder
-
Packages that use InsightResultValue.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of InsightResultValue.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return InsightResultValue.Builder Modifier and Type Method Description static InsightResultValue.BuilderInsightResultValue. builder()InsightResultValue.BuilderInsightResultValue.Builder. count(Integer count)The number of findings returned for eachGroupByAttributeValue.InsightResultValue.BuilderInsightResultValue.Builder. groupByAttributeValue(String groupByAttributeValue)The value of the attribute that the findings are grouped by for the insight whose results are returned by theGetInsightResultsoperation.InsightResultValue.BuilderInsightResultValue. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type InsightResultValue.Builder Modifier and Type Method Description static Class<? extends InsightResultValue.Builder>InsightResultValue. serializableBuilderClass()
-