Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.clone() |
SecurityGroupRuleRequest |
SecurityGroupRuleUpdate.getSecurityGroupRule()
Information about the security group rule.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withCidrIpv4(String cidrIpv4)
The IPv4 CIDR range.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withCidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withDescription(String description)
The description of the security group rule.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withFromPort(Integer fromPort)
If the protocol is TCP or UDP, this is the start of the port range.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withIpProtocol(String ipProtocol)
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withPrefixListId(String prefixListId)
The ID of the prefix list.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withReferencedGroupId(String referencedGroupId)
The ID of the security group that is referenced in the security group rule.
|
SecurityGroupRuleRequest |
SecurityGroupRuleRequest.withToPort(Integer toPort)
If the protocol is TCP or UDP, this is the end of the port range.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityGroupRuleUpdate.setSecurityGroupRule(SecurityGroupRuleRequest securityGroupRule)
Information about the security group rule.
|
SecurityGroupRuleUpdate |
SecurityGroupRuleUpdate.withSecurityGroupRule(SecurityGroupRuleRequest securityGroupRule)
Information about the security group rule.
|
Copyright © 2023. All rights reserved.