Uses of Class
software.amazon.awssdk.services.securityhub.model.NumberFilter
-
Packages that use NumberFilter Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NumberFilter in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NumberFilter Modifier and Type Method Description List<NumberFilter>AutomationRulesFindingFilters. confidence()The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.List<NumberFilter>AwsSecurityFindingFilters. confidence()A finding's confidence.List<NumberFilter>AutomationRulesFindingFilters. criticality()The level of importance that is assigned to the resources that are associated with a finding.List<NumberFilter>AwsSecurityFindingFilters. criticality()The level of importance assigned to the resources associated with the finding.List<NumberFilter>AwsSecurityFindingFilters. findingProviderFieldsConfidence()The finding provider value for the finding confidence.List<NumberFilter>AwsSecurityFindingFilters. findingProviderFieldsCriticality()The finding provider value for the level of importance assigned to the resources associated with the findings.List<NumberFilter>AwsSecurityFindingFilters. networkDestinationPort()The destination port of network-related information about a finding.List<NumberFilter>AwsSecurityFindingFilters. networkSourcePort()The source port of network-related information about a finding.List<NumberFilter>AwsSecurityFindingFilters. processParentPid()The parent process ID.List<NumberFilter>AwsSecurityFindingFilters. processPid()The process ID.List<NumberFilter>AwsSecurityFindingFilters. severityNormalized()Deprecated.This filter is deprecated.List<NumberFilter>AwsSecurityFindingFilters. severityProduct()Deprecated.This filter is deprecated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type NumberFilter Modifier and Type Method Description AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. confidence(NumberFilter... confidence)The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. confidence(NumberFilter... confidence)A finding's confidence.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. criticality(NumberFilter... criticality)The level of importance that is assigned to the resources that are associated with a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. criticality(NumberFilter... criticality)The level of importance assigned to the resources associated with the finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. findingProviderFieldsConfidence(NumberFilter... findingProviderFieldsConfidence)The finding provider value for the finding confidence.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. findingProviderFieldsCriticality(NumberFilter... findingProviderFieldsCriticality)The finding provider value for the level of importance assigned to the resources associated with the findings.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. networkDestinationPort(NumberFilter... networkDestinationPort)The destination port of network-related information about a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. networkSourcePort(NumberFilter... networkSourcePort)The source port of network-related information about a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. processParentPid(NumberFilter... processParentPid)The parent process ID.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. processPid(NumberFilter... processPid)The process ID.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. severityNormalized(NumberFilter... severityNormalized)Deprecated.This filter is deprecated.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. severityProduct(NumberFilter... severityProduct)Deprecated.This filter is deprecated.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NumberFilter Modifier and Type Method Description AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. confidence(Collection<NumberFilter> confidence)The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. confidence(Collection<NumberFilter> confidence)A finding's confidence.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. criticality(Collection<NumberFilter> criticality)The level of importance that is assigned to the resources that are associated with a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. criticality(Collection<NumberFilter> criticality)The level of importance assigned to the resources associated with the finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. findingProviderFieldsConfidence(Collection<NumberFilter> findingProviderFieldsConfidence)The finding provider value for the finding confidence.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. findingProviderFieldsCriticality(Collection<NumberFilter> findingProviderFieldsCriticality)The finding provider value for the level of importance assigned to the resources associated with the findings.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. networkDestinationPort(Collection<NumberFilter> networkDestinationPort)The destination port of network-related information about a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. networkSourcePort(Collection<NumberFilter> networkSourcePort)The source port of network-related information about a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. processParentPid(Collection<NumberFilter> processParentPid)The parent process ID.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. processPid(Collection<NumberFilter> processPid)The process ID.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. severityNormalized(Collection<NumberFilter> severityNormalized)Deprecated.This filter is deprecated.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. severityProduct(Collection<NumberFilter> severityProduct)Deprecated.This filter is deprecated.
-