Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRule.clone() |
SecurityGroupRule |
SecurityGroupRule.withCidrIpv4(String cidrIpv4)
The IPv4 CIDR range.
|
SecurityGroupRule |
SecurityGroupRule.withCidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
SecurityGroupRule |
SecurityGroupRule.withDescription(String description)
The security group rule description.
|
SecurityGroupRule |
SecurityGroupRule.withFromPort(Integer fromPort)
If the protocol is TCP or UDP, this is the start of the port range.
|
SecurityGroupRule |
SecurityGroupRule.withGroupId(String groupId)
The ID of the security group.
|
SecurityGroupRule |
SecurityGroupRule.withGroupOwnerId(String groupOwnerId)
The ID of the Amazon Web Services account that owns the security group.
|
SecurityGroupRule |
SecurityGroupRule.withIpProtocol(String ipProtocol)
|
SecurityGroupRule |
SecurityGroupRule.withIsEgress(Boolean isEgress)
Indicates whether the security group rule is an outbound rule.
|
SecurityGroupRule |
SecurityGroupRule.withPrefixListId(String prefixListId)
The ID of the prefix list.
|
SecurityGroupRule |
SecurityGroupRule.withReferencedGroupInfo(ReferencedSecurityGroup referencedGroupInfo)
Describes the security group that is referenced in the rule.
|
SecurityGroupRule |
SecurityGroupRule.withSecurityGroupRuleId(String securityGroupRuleId)
The ID of the security group rule.
|
SecurityGroupRule |
SecurityGroupRule.withTags(Collection<Tag> tags)
The tags applied to the security group rule.
|
SecurityGroupRule |
SecurityGroupRule.withTags(Tag... tags)
The tags applied to the security group rule.
|
SecurityGroupRule |
SecurityGroupRule.withToPort(Integer toPort)
If the protocol is TCP or UDP, this is the end of the port range.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityGroupRule> |
DescribeSecurityGroupRulesResult.getSecurityGroupRules()
Information about security group rules.
|
List<SecurityGroupRule> |
AuthorizeSecurityGroupIngressResult.getSecurityGroupRules()
Information about the inbound (ingress) security group rules that were added.
|
List<SecurityGroupRule> |
AuthorizeSecurityGroupEgressResult.getSecurityGroupRules()
Information about the outbound (egress) security group rules that were added.
|
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupRulesResult |
DescribeSecurityGroupRulesResult.withSecurityGroupRules(SecurityGroupRule... securityGroupRules)
Information about security group rules.
|
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.withSecurityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.withSecurityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityGroupRulesResult.setSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about security group rules.
|
void |
AuthorizeSecurityGroupIngressResult.setSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
void |
AuthorizeSecurityGroupEgressResult.setSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
DescribeSecurityGroupRulesResult |
DescribeSecurityGroupRulesResult.withSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about security group rules.
|
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.withSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.withSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
Copyright © 2023. All rights reserved.