Uses of Class
software.amazon.awssdk.services.securityhub.model.MapFilter
-
Packages that use MapFilter Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of MapFilter in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type MapFilter Modifier and Type Method Description List<MapFilter>AwsSecurityFindingFilters. productFields()A data type where security findings providers can include additional solution-specific details that aren't part of the definedAwsSecurityFindingformat.List<MapFilter>AutomationRulesFindingFilters. resourceDetailsOther()Custom fields and values about the resource that a finding pertains to.List<MapFilter>AwsSecurityFindingFilters. resourceDetailsOther()The details of a resource that doesn't have a specific subfield for the resource type defined.List<MapFilter>AutomationRulesFindingFilters. resourceTags()A list of Amazon Web Services tags associated with a resource at the time the finding was processed.List<MapFilter>AwsSecurityFindingFilters. resourceTags()A list of Amazon Web Services tags associated with a resource at the time the finding was processed.List<MapFilter>AutomationRulesFindingFilters. userDefinedFields()A list of user-defined name and value string pairs added to a finding.List<MapFilter>AwsSecurityFindingFilters. userDefinedFields()A list of name/value string pairs associated with the finding.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type MapFilter Modifier and Type Method Description AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. productFields(MapFilter... productFields)A data type where security findings providers can include additional solution-specific details that aren't part of the definedAwsSecurityFindingformat.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. resourceDetailsOther(MapFilter... resourceDetailsOther)Custom fields and values about the resource that a finding pertains to.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. resourceDetailsOther(MapFilter... resourceDetailsOther)The details of a resource that doesn't have a specific subfield for the resource type defined.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. resourceTags(MapFilter... resourceTags)A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. resourceTags(MapFilter... resourceTags)A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. userDefinedFields(MapFilter... userDefinedFields)A list of user-defined name and value string pairs added to a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. userDefinedFields(MapFilter... userDefinedFields)A list of name/value string pairs associated with the finding.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type MapFilter Modifier and Type Method Description AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. productFields(Collection<MapFilter> productFields)A data type where security findings providers can include additional solution-specific details that aren't part of the definedAwsSecurityFindingformat.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)Custom fields and values about the resource that a finding pertains to.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. resourceDetailsOther(Collection<MapFilter> resourceDetailsOther)The details of a resource that doesn't have a specific subfield for the resource type defined.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. resourceTags(Collection<MapFilter> resourceTags)A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. resourceTags(Collection<MapFilter> resourceTags)A list of Amazon Web Services tags associated with a resource at the time the finding was processed.AutomationRulesFindingFilters.BuilderAutomationRulesFindingFilters.Builder. userDefinedFields(Collection<MapFilter> userDefinedFields)A list of user-defined name and value string pairs added to a finding.AwsSecurityFindingFilters.BuilderAwsSecurityFindingFilters.Builder. userDefinedFields(Collection<MapFilter> userDefinedFields)A list of name/value string pairs associated with the finding.
-