Uses of Interface
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder
-
Packages that use RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder Modifier and Type Method Description static RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesSourcePorts. builder()RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder. fromPort(Integer fromPort)The starting port value for the port range.RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesSourcePorts. toBuilder()RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder. toPort(Integer toPort)The ending port value for the port range.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder Modifier and Type Method Description static Class<? extends RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.Builder>RuleGroupSourceStatelessRuleMatchAttributesSourcePorts. serializableBuilderClass()
-