Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
PortRange |
PortRange.clone() |
PortRange |
PortRange.withMaxRange(Integer maxRange)
The smallest port number in a specified range of port numbers.
|
PortRange |
PortRange.withMinRange(Integer minRange)
The smallest port number in a specified range of port numbers.
|
Modifier and Type | Method and Description |
---|---|
List<PortRange> |
BlockPublicAccessConfiguration.getPermittedPublicSecurityGroupRuleRanges()
Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from
all public sources.
|
Modifier and Type | Method and Description |
---|---|
BlockPublicAccessConfiguration |
BlockPublicAccessConfiguration.withPermittedPublicSecurityGroupRuleRanges(PortRange... permittedPublicSecurityGroupRuleRanges)
Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from
all public sources.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockPublicAccessConfiguration.setPermittedPublicSecurityGroupRuleRanges(Collection<PortRange> permittedPublicSecurityGroupRuleRanges)
Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from
all public sources.
|
BlockPublicAccessConfiguration |
BlockPublicAccessConfiguration.withPermittedPublicSecurityGroupRuleRanges(Collection<PortRange> permittedPublicSecurityGroupRuleRanges)
Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from
all public sources.
|
Copyright © 2020. All rights reserved.