|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpPermission | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of IpPermission in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return IpPermission | |
---|---|
IpPermission |
IpPermission.withFromPort(Integer fromPort)
Start of port range for the TCP and UDP protocols, or an ICMP type number. |
IpPermission |
IpPermission.withIpProtocol(String ipProtocol)
The IP protocol of this permission. |
IpPermission |
IpPermission.withIpRanges(Collection<String> ipRanges)
The list of CIDR IP ranges included in this permission. |
IpPermission |
IpPermission.withIpRanges(String... ipRanges)
The list of CIDR IP ranges included in this permission. |
IpPermission |
IpPermission.withToPort(Integer toPort)
End of port range for the TCP and UDP protocols, or an ICMP code. |
IpPermission |
IpPermission.withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
The list of AWS user IDs and groups included in this permission. |
IpPermission |
IpPermission.withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
The list of AWS user IDs and groups included in this permission. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type IpPermission | |
---|---|
List<IpPermission> |
SecurityGroup.getIpPermissions()
The permissions enabled for this security group. |
Methods in com.amazonaws.services.ec2.model with parameters of type IpPermission | |
---|---|
SecurityGroup |
SecurityGroup.withIpPermissions(IpPermission... ipPermissions)
The permissions enabled for this security group. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type IpPermission | |
---|---|
void |
SecurityGroup.setIpPermissions(Collection<IpPermission> ipPermissions)
The permissions enabled for this security group. |
SecurityGroup |
SecurityGroup.withIpPermissions(Collection<IpPermission> ipPermissions)
The permissions enabled for this security group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |