Uses of Class
software.amazon.awssdk.services.emr.model.PortRange
-
Packages that use PortRange Package Description software.amazon.awssdk.services.emr.model -
-
Uses of PortRange in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type PortRange Modifier and Type Method Description List<PortRange>BlockPublicAccessConfiguration. permittedPublicSecurityGroupRuleRanges()Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources.Methods in software.amazon.awssdk.services.emr.model with parameters of type PortRange Modifier and Type Method Description BlockPublicAccessConfiguration.BuilderBlockPublicAccessConfiguration.Builder. permittedPublicSecurityGroupRuleRanges(PortRange... permittedPublicSecurityGroupRuleRanges)Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type PortRange Modifier and Type Method Description BlockPublicAccessConfiguration.BuilderBlockPublicAccessConfiguration.Builder. permittedPublicSecurityGroupRuleRanges(Collection<PortRange> permittedPublicSecurityGroupRuleRanges)Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources.
-