Uses of Class
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
Packages that use RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
-
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 RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsModifier and TypeMethodDescriptionRuleGroupSourceStatelessRuleMatchAttributes.tcpFlags()The TCP flags and masks to inspect for.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsModifier and TypeMethodDescriptionRuleGroupSourceStatelessRuleMatchAttributes.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 RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsModifier and TypeMethodDescriptionRuleGroupSourceStatelessRuleMatchAttributes.Builder.tcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags) The TCP flags and masks to inspect for.