Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsSecurityFindingFilters
-
Packages that use AwsSecurityFindingFilters Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsSecurityFindingFilters in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsSecurityFindingFilters Modifier and Type Method Description AwsSecurityFindingFiltersCreateInsightRequest. filters()One or more attributes used to filter the findings included in the insight.AwsSecurityFindingFiltersGetFindingsRequest. filters()The finding attributes used to define a condition to filter the returned findings.AwsSecurityFindingFiltersInsight. filters()One or more attributes used to filter the findings included in the insight.AwsSecurityFindingFiltersUpdateFindingsRequest. filters()A collection of attributes that specify which findings you want to update.AwsSecurityFindingFiltersUpdateInsightRequest. filters()The updated filters that define this insight.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsSecurityFindingFilters Modifier and Type Method Description CreateInsightRequest.BuilderCreateInsightRequest.Builder. filters(AwsSecurityFindingFilters filters)One or more attributes used to filter the findings included in the insight.GetFindingsRequest.BuilderGetFindingsRequest.Builder. filters(AwsSecurityFindingFilters filters)The finding attributes used to define a condition to filter the returned findings.Insight.BuilderInsight.Builder. filters(AwsSecurityFindingFilters filters)One or more attributes used to filter the findings included in the insight.UpdateFindingsRequest.BuilderUpdateFindingsRequest.Builder. filters(AwsSecurityFindingFilters filters)A collection of attributes that specify which findings you want to update.UpdateInsightRequest.BuilderUpdateInsightRequest.Builder. filters(AwsSecurityFindingFilters filters)The updated filters that define this insight.
-