Uses of Interface
software.amazon.awssdk.services.securityhub.model.RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder
-
Packages that use RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder Modifier and Type Method Description static RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesDestinationPorts. builder()RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder. fromPort(Integer fromPort)The starting port value for the port range.RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesDestinationPorts. toBuilder()RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.BuilderRuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.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 RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder Modifier and Type Method Description static Class<? extends RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.Builder>RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts. serializableBuilderClass()
-