Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
-
Packages that use RuleGroupSourceStatelessRuleMatchAttributesTcpFlags Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceStatelessRuleMatchAttributesTcpFlags in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleGroupSourceStatelessRuleMatchAttributesTcpFlags Modifier and Type Method Description List<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags>RuleGroupSourceStatelessRuleMatchAttributes. tcpFlags()The TCP flags and masks to inspect for.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleGroupSourceStatelessRuleMatchAttributesTcpFlags Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. tcpFlags(RuleGroupSourceStatelessRuleMatchAttributesTcpFlags... tcpFlags)The TCP flags and masks to inspect for.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type RuleGroupSourceStatelessRuleMatchAttributesTcpFlags Modifier and Type Method Description RuleGroupSourceStatelessRuleMatchAttributes.BuilderRuleGroupSourceStatelessRuleMatchAttributes.Builder. tcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags)The TCP flags and masks to inspect for.
-