Java com.amazonaws.services.ec2.model IpPermission fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model IpPermission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model IpPermission.

The text is from its open source code.

Constructor

Method

IntegergetFromPort()

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.

StringgetIpProtocol()

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

java.util.ListgetIpRanges()

One or more IP ranges.

IntegergetToPort()

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.

java.util.ListgetUserIdGroupPairs()

The security group and AWS account ID pairs.

voidsetFromPort(Integer fromPort)

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.

voidsetIpProtocol(String ipProtocol)

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

voidsetIpRanges(java.util.Collection ipRanges)

One or more IP ranges.

voidsetToPort(Integer toPort)

The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.

voidsetUserIdGroupPairs(java.util.Collection userIdGroupPairs)

The security group and AWS account ID pairs.

IpPermissionwithFromPort(Integer fromPort)

The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.

IpPermissionwithIpProtocol(String ipProtocol)

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

IpPermissionwithIpRanges(String... ipRanges)

One or more IP ranges.

IpPermissionwithIpRanges(java.util.Collection ipRanges)

One or more IP ranges.